finding hyprland.conf error
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user