2024-11-20 19:34 : id 210

This commit is contained in:
deadvey 2024-11-23 01:56:20 +00:00
parent 15e234c1b0
commit 0653c34ce7

View File

@ -34,6 +34,7 @@ let
WALLPAPER = "${THEME}_${MODE}.png"; WALLPAPER = "${THEME}_${MODE}.png";
WALLPAPER_PATH = "${HOME}/.config/home-manager/themes/${WALLPAPER}"; WALLPAPER_PATH = "${HOME}/.config/home-manager/themes/${WALLPAPER}";
FONT = "VictorMono Nerd Font Mono"; FONT = "VictorMono Nerd Font Mono";
FONT_PACKAGE = "victor-mono";
FUZZEL_PROMPT = " >> "; FUZZEL_PROMPT = " >> ";
DUNST_ORIGIN = "top-center"; DUNST_ORIGIN = "top-center";
GTK_THEME = "zuki-themes"; GTK_THEME = "zuki-themes";
@ -81,7 +82,10 @@ in
}; };
gtk = { gtk = {
enable = true; enable = true;
font = "${FONT}"; font = {
name = "${FONT}";
package = "${FONT_PACKAGE}";
};
iconTheme = { iconTheme = {
name = "icon-library"; name = "icon-library";
package = "icon-library"; package = "icon-library";