From eda97b5fe689ce1178c0ad1b7d2faef272f904f6 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 17:21:35 +0000 Subject: [PATCH] new wallpaperthingie --- Droidnix/README.org | 6 ------ .../generated/hyprland/decorations/rotating_wallpaper.nix | 6 ------ 2 files changed, 12 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index fd8b952fe..007e35213 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -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; diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index 5592f4687..05e3dc8b5 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -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;