2024-11-23 02:07 : id 214

This commit is contained in:
deadvey 2024-11-23 02:07:51 +00:00
parent 592baf1eb0
commit 9e8cd62037

View File

@ -39,6 +39,7 @@ let
DUNST_ORIGIN = "top-center"; DUNST_ORIGIN = "top-center";
GTK_THEME = "nordic"; GTK_THEME = "nordic";
GTK_ICONS = "zafiro-icons"; GTK_ICONS = "zafiro-icons";
GTK_CURSOR = "nordzy-cursor-theme";
in in
{ {
@ -95,6 +96,10 @@ in
name = "${GTK_THEME}"; name = "${GTK_THEME}";
package = pkgs.${GTK_THEME}; package = pkgs.${GTK_THEME};
}; };
cursorTheme = {
name = "${GTK_CURSOR}";
package = pkgs.${GTK_CURSOR};
};
}; };
programs = { programs = {
neovim = { neovim = {