finding hyprland.conf error
This commit is contained in:
@@ -32,17 +32,20 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the Hyprland config directory exists
|
# Ensure the Hyprland config directory exists and include debug file
|
||||||
xdg.configFile = {
|
xdg.configFile =
|
||||||
"hypr/.keep" = {
|
(
|
||||||
text = "";
|
{
|
||||||
|
"hypr/.keep" = {
|
||||||
|
text = "";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
// hyprlandConfs
|
||||||
|
)
|
||||||
|
// {
|
||||||
|
"hypr/debug-files.txt" = {
|
||||||
|
text = builtins.concatStringsSep "\n" files;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
// hyprlandConfs;
|
|
||||||
|
|
||||||
# Write the list of files to a debug file
|
|
||||||
xdg.configFile."hypr/debug-files.txt" = {
|
|
||||||
text = builtins.concatStringsSep "\n" files;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user