From e03d4fe2ff8f081f45be02b780a445ab90088bc7 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 17:50:48 +0000 Subject: [PATCH] new wallpaperthingie --- Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;