Recreated files

This commit is contained in:
2026-03-13 17:19:33 +01:00
parent d9e7e7bfeb
commit 0da371bb8b
3 changed files with 359 additions and 370 deletions
+353 -357
View File
File diff suppressed because it is too large Load Diff
+3 -7
View File
@@ -663,17 +663,13 @@ in
};
# Ensure the Hyprland config directory exists
xdg.configFile."hypr/.keep" = {
text = "";
};
# Merge dynamic Hyprland configs with existing xdg.configFile
xdg.configFile = {
# Your existing manual configs (if any)
"hypr/.keep" = {
text = "";
};
} // hyprlandConfs;
};
}
#+END_SRC
** =generated/mangowc/top.nix=
+3 -6
View File
@@ -35,13 +35,10 @@ in
};
# Ensure the Hyprland config directory exists
xdg.configFile."hypr/.keep" = {
text = "";
};
# Merge dynamic Hyprland configs with existing xdg.configFile
xdg.configFile = {
# Your existing manual configs (if any)
"hypr/.keep" = {
text = "";
};
} // hyprlandConfs;
};
}