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
+352 -356
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -663,17 +663,13 @@ in
}; };
# Ensure the Hyprland config directory exists # Ensure the Hyprland config directory exists
xdg.configFile."hypr/.keep" = { xdg.configFile = {
"hypr/.keep" = {
text = ""; text = "";
}; };
# Merge dynamic Hyprland configs with existing xdg.configFile
xdg.configFile = {
# Your existing manual configs (if any)
} // hyprlandConfs; } // hyprlandConfs;
}; };
} }
#+END_SRC #+END_SRC
** =generated/mangowc/top.nix= ** =generated/mangowc/top.nix=
+2 -5
View File
@@ -35,13 +35,10 @@ in
}; };
# Ensure the Hyprland config directory exists # Ensure the Hyprland config directory exists
xdg.configFile."hypr/.keep" = { xdg.configFile = {
"hypr/.keep" = {
text = ""; text = "";
}; };
# Merge dynamic Hyprland configs with existing xdg.configFile
xdg.configFile = {
# Your existing manual configs (if any)
} // hyprlandConfs; } // hyprlandConfs;
}; };
} }