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