flocon/hosts/solaire/modules/theme.nix

9 lines
173 B
Nix
Raw Normal View History

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