Add GTK Theme

This commit is contained in:
Elnu 2022-10-10 15:21:48 -07:00
parent 5180740b3e
commit 8819d2538c
3 changed files with 20 additions and 0 deletions

View file

@ -14,6 +14,22 @@
programs.home-manager.enable = true;
gtk = {
enable = true;
iconTheme = {
name = "Nordic";
package = pkgs.nordic;
};
theme = {
name = "Nordic";
package = pkgs.nordic;
};
gtk3.extraConfig = {
# Remove minimize, maximize, and close buttons
gtk-decoration-layout = "appmenu:none";
};
};
home = {
username = "${user}";
homeDirectory = "/home/${user}";
@ -30,6 +46,7 @@
# GUI applications
firefox
discord
gnome.nautilus
];
file = {