Setting up rotating wallpapers

This commit is contained in:
2026-03-17 15:39:44 +00:00
parent cd32f95d61
commit 588976dcb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ This is top file of this level which contains just an import statement for all r
{ config, pkgs, lib, user, inputs, flakeRoot,... }: { config, pkgs, lib, user, inputs, flakeRoot,... }:
{ {
imports = [ imports = [
./rotating_wallpaper ./rotating_wallpaper.nix
]; ];
} }
#+END_SRC #+END_SRC
@@ -1,6 +1,6 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }: { config, pkgs, lib, user, inputs, flakeRoot,... }:
{ {
imports = [ imports = [
./rotating_wallpaper ./rotating_wallpaper.nix
]; ];
} }