diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index c66075abf..1bc414126 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -32,7 +32,7 @@ in config = lib.mkIf config.wallpaper.enable { # Debug: Print activation message - _ = builtins.trace "=== Wallpaper module is enabled ==="; + traceprint0 = builtins.trace "=== Wallpaper module is enabled ==="; # Copy the script to the correct location and make it executable home-manager.users.${config.home.username}.home.file."${script_path}".source = script_path;