2024-11-26 23:59 : id 227
This commit is contained in:
parent
6ffa64079d
commit
07ef07bc51
@ -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};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user