From cff97b8a03a149c4543c5f3f7b5038d4121d56e9 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 17:19:57 +0000 Subject: [PATCH] new wallpaperthingie --- Droidnix/README.org | 6 +----- .../generated/hyprland/decorations/rotating_wallpaper.nix | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 7961a4201..6f0c4072a 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -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; diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index 23f7315fa..9061aee33 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -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;