Setting up rotating wallpapers

This commit is contained in:
2026-03-17 15:42:19 +00:00
parent 73ecf0d773
commit 2f844040c0
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -810,6 +810,7 @@ in {
# Configure wpaperd # Configure wpaperd
home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf; home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf;
};
} }
#+END_SRC #+END_SRC
@@ -821,7 +822,6 @@ This is top file of this level which contains just an import statement for all r
imports = [ imports = [
# No subfolders to import # No subfolders to import
]; ];
} }
#+END_SRC #+END_SRC
@@ -28,4 +28,5 @@ in {
# Configure wpaperd # Configure wpaperd
home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf; home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf;
};
} }
@@ -3,5 +3,4 @@
imports = [ imports = [
# No subfolders to import # No subfolders to import
]; ];
} }