flocon/hosts/solaire/modules/theme.nix

7 lines
111 B
Nix
Raw Normal View History

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