rebuilding minimised nix files

This commit is contained in:
2026-03-02 19:48:49 +01:00
parent b556e67b5d
commit 03a6cddc7c
2 changed files with 301 additions and 298 deletions
+299 -297
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -4,7 +4,8 @@
home.activation = {
recreateConfig = {
text = ''
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
#!${pkgs.bash}/bin/bash
"${flakeRoot}/assets/scripts/recreate_config.sh"
'';
deps = [ pkgs.bash ];
};