rebuilding minimised nix files

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