[hypr] Add deps
This commit is contained in:
parent
7cfd76eb23
commit
c81444f924
2 changed files with 8 additions and 9 deletions
|
|
@ -23,6 +23,8 @@ in {
|
||||||
waycorner
|
waycorner
|
||||||
wlsunset
|
wlsunset
|
||||||
wl-clipboard # Copying to system clipboard in vim
|
wl-clipboard # Copying to system clipboard in vim
|
||||||
|
wl-mirror # Mirror an output
|
||||||
|
wdisplays # Tool to configure displays
|
||||||
|
|
||||||
glib
|
glib
|
||||||
|
|
||||||
|
|
@ -45,9 +47,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
dbus.enable = true;
|
||||||
displayManager.ly.enable = true;
|
displayManager.ly.enable = true;
|
||||||
gnome.gnome-keyring.enable = true;
|
gnome.gnome-keyring.enable = true;
|
||||||
power-profiles-daemon.enable = true;
|
|
||||||
xserver.videoDrivers = [ "nvidia" ];
|
xserver.videoDrivers = [ "nvidia" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -78,14 +78,13 @@ in {
|
||||||
source = ../../../stow/zellij/.config/zellij;
|
source = ../../../stow/zellij/.config/zellij;
|
||||||
};
|
};
|
||||||
".gnupg" = {
|
".gnupg" = {
|
||||||
enable = false;
|
inherit (config.programs.gnupg.agent) enable;
|
||||||
# inherit (config.programs.gnupg.agent) enable; # TODO Enable Me
|
|
||||||
source = ../../../stow/gnupg/.gnupg;
|
source = ../../../stow/gnupg/.gnupg;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
# onChange = ''
|
onChange = ''
|
||||||
# chmod 700 /home/tdpeuter/.gnupg
|
chmod 700 /home/tdpeuter/.gnupg
|
||||||
# chmod 600 /home/tdpeuter/.gnupg/*
|
# chmod 600 /home/tdpeuter/.gnupg/* # Already read-only?
|
||||||
# '';
|
'';
|
||||||
};
|
};
|
||||||
".ssh/config" = lib.mkIf config.sisyphus.programs.ssh.enable {
|
".ssh/config" = lib.mkIf config.sisyphus.programs.ssh.enable {
|
||||||
inherit (config.sisyphus.programs.ssh) enable;
|
inherit (config.sisyphus.programs.ssh) enable;
|
||||||
|
|
@ -104,12 +103,10 @@ in {
|
||||||
}
|
}
|
||||||
(lib.mkIf (config.users.users.tdpeuter.shell == pkgs.zsh) {
|
(lib.mkIf (config.users.users.tdpeuter.shell == pkgs.zsh) {
|
||||||
".oh-my-zsh" = {
|
".oh-my-zsh" = {
|
||||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
|
||||||
source = "${pkgs.oh-my-zsh}/share/oh-my-zsh";
|
source = "${pkgs.oh-my-zsh}/share/oh-my-zsh";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
".oh-my-zsh/themes/tdpeuter.zsh-theme" = {
|
".oh-my-zsh/themes/tdpeuter.zsh-theme" = {
|
||||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
|
||||||
source = ../../../stow/zsh/.oh-my-zsh/themes/tdpeuter.zsh-theme;
|
source = ../../../stow/zsh/.oh-my-zsh/themes/tdpeuter.zsh-theme;
|
||||||
};
|
};
|
||||||
".zshrc" = {
|
".zshrc" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue