new wallpaperthingie

This commit is contained in:
2026-03-17 17:19:57 +00:00
parent c0abd3ea56
commit cff97b8a03
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -803,11 +803,7 @@ in {
config = lib.mkIf config.wallpaper.enable {
# Print the script contents again in the config block to ensure it's visible
_ = builtins.trace (lib.concatStringsSep "\n" [
"=== Contents of copy-wallpapers.sh (in config block) ==="
copy_wallpapers_script
"=== End of copy-wallpapers.sh (in config block) ==="
]);
# Use a script to copy all files from source to destination
home-manager.users.${config.home.username}.home.file."${script_path}".text = copy_wallpapers_script;