2024-11-20 19:34 : id 210

This commit is contained in:
deadvey 2024-11-23 01:54:38 +00:00
parent 2dc4fcbc9b
commit ab175fe6f4

View File

@ -36,6 +36,7 @@ let
FONT = "VictorMono Nerd Font Mono";
FUZZEL_PROMPT = " >> ";
DUNST_ORIGIN = "top-center";
GTK_THEME = "zuki-themes"
in
{
@ -67,7 +68,7 @@ in
gimp
wl-clipboard
killall
thunderbird
claws-mail
keepassxc
unzip
];
@ -78,6 +79,18 @@ in
size = 16;
};
};
gtk = {
enable = true;
font = "${FONT}";
iconTheme = {
name = "icon-library";
package = "icon-library";
};
theme = {
name = "${GTK_THEME}";
package = "${GTK_THEME}";
};
}
programs = {
neovim = {
defaultEditor = true;