wleave setup
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 32s

This commit is contained in:
2026-06-17 20:56:51 +02:00
parent 3e1ffba6a6
commit dfeb98e31f
5 changed files with 32 additions and 4 deletions

View File

@ -14,9 +14,9 @@
};
gtk = {
gtk4.theme = config.gtk.theme;
enable = true;
theme = { package = pkgs.flat-remix-gtk; name = "Flat-Remix-GTK-Grey-Darkest"; };
theme = { package = pkgs.magnetic-catppuccin-gtk; name = "Catppuccin-GTK-Dark"; };
gtk4.theme = config.gtk.theme;
font = { name = "Sans"; size = 11; };
};