From a6372564635a73c3b6f2bd7c1701ffbb5dcb2c08 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 11:34:17 +0000 Subject: [PATCH] finding hyprland.conf error --- "Droidnix/\033[200~ls" | 0 Droidnix/generated/hyprland/hyprland.nix | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 "Droidnix/\033[200~ls" diff --git "a/Droidnix/\033[200~ls" "b/Droidnix/\033[200~ls" new file mode 100644 index 000000000..e69de29bb diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 98e6d5f6c..a359e0355 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -39,6 +39,10 @@ in "hypr/.keep" = { text = ""; }; - } // hyprlandConfs; + } + // hyprlandConfs; + + # Debug: Print the list of files being read + debug.files = files; }; }