finding hyprland.conf error

This commit is contained in:
2026-03-15 11:43:49 +00:00
parent 9a55f5b784
commit 774d720487
+6 -14
View File
@@ -32,20 +32,12 @@ in
enable = true;
};
# Ensure the Hyprland config directory exists and include debug file
xdg.configFile =
(
{
"hypr/.keep" = {
text = "";
};
}
// hyprlandConfs
)
// {
"hypr/debug-files.txt" = {
text = builtins.concatStringsSep "\n" files;
};
# Ensure the Hyprland config directory exists and include all files
xdg.configFile = {
"hypr/.keep" = {
text = "";
};
}
// hyprlandConfs;
};
}