1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

fix(wallpaper): use spacescapes

This commit is contained in:
Kierán Meinhardt
2020-04-14 22:03:42 +02:00
parent e9dfe86550
commit 70a3885e6d

View File

@@ -21,7 +21,7 @@ in
home-manager.users.me = { home-manager.users.me = {
services.random-background = { services.random-background = {
enable = true; enable = true;
imageDirectory = "${luke-smith-wallpapers}/Landscapes"; imageDirectory = "${luke-smith-wallpapers}/Spacescapes";
interval = "1h"; interval = "1h";
}; };
}; };