mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 21:00:06 +00:00
♻️💄 Cleanup and Theme updates
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
This commit is contained in:
parent
41537aa196
commit
e06d8be50a
8 changed files with 55 additions and 65 deletions
|
@ -42,7 +42,7 @@ in {
|
|||
enable-blur = mkOpt bool false "Whether to enable blur-my-shell application blur.";
|
||||
};
|
||||
};
|
||||
wallpaper = mkOpt str (builtins.toString ./wallpapers/retro/snowy-map.png) "Specify the path of your prefered Gnome wallpaper.";
|
||||
wallpaper = mkOpt str (builtins.toString ./wallpapers/mountain_tower_sunset.jpg) "Specify the path of your prefered Gnome wallpaper.";
|
||||
};
|
||||
|
||||
config = mkIf osConfig.${namespace}.desktop.gnome.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue