stylix(fuzzel): make colorscheme work

This commit is contained in:
Khaïs COLIN 2024-08-07 15:20:01 +02:00
parent c44e931469
commit 9c624cd8b2

View file

@ -21,7 +21,7 @@ in {
# https://superuser.com/a/1803183 # https://superuser.com/a/1803183
wl-clipboard wl-clipboard
# wm river utils # wm river utils
swaylock fuzzel playerctl brightnessctl swaylock playerctl brightnessctl
# dev tools # dev tools
gitu gitu
# music # music
@ -73,4 +73,5 @@ in {
}; };
programs.kitty.enable = true; programs.kitty.enable = true;
programs.fuzzel.enable = true;
} }