new wallpaperthingie
This commit is contained in:
@@ -820,12 +820,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.wallpaper.enable {
|
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
|
# 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;
|
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 {
|
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
|
# 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;
|
home-manager.users.${config.home.username}.home.file."${script_path}".text = copy_wallpapers_script;
|
||||||
|
|||||||
Reference in New Issue
Block a user