new wallpaperthingie

This commit is contained in:
2026-03-17 17:21:35 +00:00
parent 28996d91da
commit eda97b5fe6
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -820,12 +820,6 @@ in {
};
config = lib.mkIf config.wallpaper.enable {
# Print the script contents again in the config block to ensure it's visible
traceScript2 = 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;
@@ -38,12 +38,6 @@ in {
};
config = lib.mkIf config.wallpaper.enable {
# Print the script contents again in the config block to ensure it's visible
traceScript2 = 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;