2024-11-26 23:59 : id 227

This commit is contained in:
deadvey 2024-11-27 00:00:32 +00:00
parent 6ffa64079d
commit 07ef07bc51

View File

@ -38,7 +38,7 @@ let
FUZZEL_PROMPT = " >> "; FUZZEL_PROMPT = " >> ";
DUNST_ORIGIN = "top-center"; DUNST_ORIGIN = "top-center";
GTK_THEME = "nordic"; GTK_THEME = "nordic";
#GTK_THEME_NAME = "Nordic"; GTK_THEME_NAME = "Nordic";
GTK_ICONS = "zafiro-icons"; GTK_ICONS = "zafiro-icons";
GTK_CURSOR = "nordzy-cursor-theme"; GTK_CURSOR = "nordzy-cursor-theme";
in in
@ -96,6 +96,7 @@ in
package = pkgs.${GTK_ICONS}; package = pkgs.${GTK_ICONS};
}; };
theme = { theme = {
name = "${GTK_THEME_NAME}"
package = pkgs.${GTK_THEME}; package = pkgs.${GTK_THEME};
}; };
}; };