finding hyprland.conf error

This commit is contained in:
2026-03-15 12:19:08 +00:00
parent 4812cc38d2
commit 4696250131
+9 -6
View File
@@ -31,16 +31,18 @@ in
enable = true; enable = true;
}; };
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr # Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr and include debug file
xdg.configFile = { xdg.configFile =
(
{
"hypr/.keep" = { "hypr/.keep" = {
text = ""; text = "";
}; };
} }
// hyprlandConfs; // hyprlandConfs
)
# Debug statements // {
xdg.configFile."hypr/hyprland-debug.txt" = { "hypr/hyprland-debug.txt" = {
text = '' text = ''
hyprlandConfigDir: ${hyprlandConfigDir} hyprlandConfigDir: ${hyprlandConfigDir}
flakeRoot: ${flakeRoot} flakeRoot: ${flakeRoot}
@@ -48,4 +50,5 @@ in
''; '';
}; };
}; };
};
} }