2024-11-20 19:34 : id 210
This commit is contained in:
parent
15e234c1b0
commit
0653c34ce7
@ -34,6 +34,7 @@ let
|
||||
WALLPAPER = "${THEME}_${MODE}.png";
|
||||
WALLPAPER_PATH = "${HOME}/.config/home-manager/themes/${WALLPAPER}";
|
||||
FONT = "VictorMono Nerd Font Mono";
|
||||
FONT_PACKAGE = "victor-mono";
|
||||
FUZZEL_PROMPT = " >> ";
|
||||
DUNST_ORIGIN = "top-center";
|
||||
GTK_THEME = "zuki-themes";
|
||||
@ -81,7 +82,10 @@ in
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = "${FONT}";
|
||||
font = {
|
||||
name = "${FONT}";
|
||||
package = "${FONT_PACKAGE}";
|
||||
};
|
||||
iconTheme = {
|
||||
name = "icon-library";
|
||||
package = "icon-library";
|
||||
|
Loading…
x
Reference in New Issue
Block a user