new wallpaperthingie
This commit is contained in:
+1
-5
@@ -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;
|
||||
|
||||
@@ -21,11 +21,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;
|
||||
|
||||
Reference in New Issue
Block a user