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,10 +59,6 @@
xserver = { xserver = {
enable = true; enable = true;
videoDrivers = [ "nvidia" ]; videoDrivers = [ "nvidia" ];
};
};
services.xserver = {
layout = "us"; layout = "us";
xkbVariant = ""; xkbVariant = "";
displayManager = { displayManager = {
@ -72,6 +68,7 @@
}; };
}; };
}; };
};
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
@ -151,6 +148,7 @@
qbittorrent qbittorrent
gdu gdu
cryptomator cryptomator
gimp
# gaming # gaming
wine wine

View file

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