finding hyprland.conf error

This commit is contained in:
2026-03-15 11:45:28 +00:00
parent 774d720487
commit 7ae45c7c2c
+13 -5
View File
@@ -33,11 +33,19 @@ in
};
# Ensure the Hyprland config directory exists and include all files
xdg.configFile = {
"hypr/.keep" = {
text = "";
xdg.configFile =
(
{
"hypr/.keep" = {
text = "";
};
}
// hyprlandConfs
)
// {
"hypr/debug-hyprlandConfs.txt" = {
text = builtins.concatStringsSep "\n" (builtins.attrNames hyprlandConfs);
};
};
}
// hyprlandConfs;
};
}