finding hyprland.conf error

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