diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 0377367fd..319f637df 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -38,5 +38,14 @@ in }; } // hyprlandConfs; + + # Debug statements + home-file."hyprland-debug.txt" = { + text = '' + hyprlandConfigDir: ${hyprlandConfigDir} + flakeRoot: ${flakeRoot} + files: ${toString files} + ''; + }; }; }