feat: add gimp, hyprland stuff

This commit is contained in:
notohh 2023-02-05 09:06:16 -05:00
parent d77376b33e
commit 3e0d2da675
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 7 additions and 7 deletions

View file

@ -59,12 +59,8 @@
xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
};
};
services.xserver = {
layout = "us";
xkbVariant = "";
layout = "us";
xkbVariant = "";
displayManager = {
gdm = {
enable = true;
@ -72,6 +68,7 @@
};
};
};
};
programs.gnupg.agent = {
enable = true;
@ -151,6 +148,7 @@
qbittorrent
gdu
cryptomator
gimp
# gaming
wine

View file

@ -4,5 +4,7 @@
}: {
imports = [./config.nix];
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
enable = true;
};
}