feat: add gimp, hyprland stuff
This commit is contained in:
parent
d77376b33e
commit
3e0d2da675
2 changed files with 7 additions and 7 deletions
|
@ -59,10 +59,6 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
displayManager = {
|
||||
|
@ -72,6 +68,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
@ -151,6 +148,7 @@
|
|||
qbittorrent
|
||||
gdu
|
||||
cryptomator
|
||||
gimp
|
||||
|
||||
# gaming
|
||||
wine
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
}: {
|
||||
imports = [./config.nix];
|
||||
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue