new wallpaperthingie

This commit is contained in:
2026-03-17 19:03:23 +00:00
parent af514968de
commit 10500ecfaf
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
[default]
mode = "stretch"
# Fallback for outputs not explicitly listed:
[any]
path = "/home/henrov/nixos_conf/wallpaperstuff/pictures"
@@ -14,7 +14,7 @@ in
home-manager.users.${user.username} = {
programs.wpaperd.enable = true;
xdg.configFile."wpaperd/wallpaper.conf".source = "${wallpaperSource}/wallpaper.conf";
xdg.configFile."wpaperd/wallpaper.conf".source = "${wallpaperSource}/wpaperd-runtime.toml";
# Copy the rest of the folder (if needed)
home.file.".config/wpaperd/".source = wallpaperSource;