new wallpaperthingie

This commit is contained in:
2026-03-17 21:59:28 +00:00
parent d925018bb6
commit c68d092247
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -803,7 +803,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.nix # No imports yet
]; ];
} }
#+END_SRC #+END_SRC
@@ -1,6 +1,6 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }: { config, pkgs, lib, user, inputs, flakeRoot,... }:
{ {
imports = [ imports = [
./rotating_wallpaper.nix # No imports yet
]; ];
} }