1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11: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 = {
services.random-background = {
enable = true;
imageDirectory = "${luke-smith-wallpapers}/Landscapes";
imageDirectory = "${luke-smith-wallpapers}/Spacescapes";
interval = "1h";
};
};