2024-11-20 19:34 : id 210
This commit is contained in:
parent
2dc4fcbc9b
commit
ab175fe6f4
@ -36,6 +36,7 @@ let
|
|||||||
FONT = "VictorMono Nerd Font Mono";
|
FONT = "VictorMono Nerd Font Mono";
|
||||||
FUZZEL_PROMPT = " >> ";
|
FUZZEL_PROMPT = " >> ";
|
||||||
DUNST_ORIGIN = "top-center";
|
DUNST_ORIGIN = "top-center";
|
||||||
|
GTK_THEME = "zuki-themes"
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ in
|
|||||||
gimp
|
gimp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
killall
|
killall
|
||||||
thunderbird
|
claws-mail
|
||||||
keepassxc
|
keepassxc
|
||||||
unzip
|
unzip
|
||||||
];
|
];
|
||||||
@ -78,6 +79,18 @@ in
|
|||||||
size = 16;
|
size = 16;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
font = "${FONT}";
|
||||||
|
iconTheme = {
|
||||||
|
name = "icon-library";
|
||||||
|
package = "icon-library";
|
||||||
|
};
|
||||||
|
theme = {
|
||||||
|
name = "${GTK_THEME}";
|
||||||
|
package = "${GTK_THEME}";
|
||||||
|
};
|
||||||
|
}
|
||||||
programs = {
|
programs = {
|
||||||
neovim = {
|
neovim = {
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user