flocon/hosts/solaire/modules/theme.nix

7 lines
118 B
Nix
Raw Normal View History

_: {
2024-11-21 15:00:15 +00:00
theme = {
enable = true;
2024-12-15 23:00:54 +00:00
wallpaper = ../../../assets/wallpapers/lucy-edgerunners-wallpaper.jpg;
2024-11-21 15:00:15 +00:00
};
}