flocon/hosts/solaire/modules/theme.nix

9 lines
173 B
Nix
Raw Normal View History

{
2024-11-21 15:00:15 +00:00
theme = {
wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
2024-11-21 16:44:42 +00:00
schemeName = "catppuccin-macchiato";
2024-11-21 15:00:15 +00:00
enable = true;
gtk.enable = false;
};
}