Regenerated

This commit is contained in:
2026-04-10 19:15:41 +02:00
parent 1b0951baaa
commit 220b99c526
3 changed files with 324 additions and 327 deletions
+316 -317
View File
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -1287,13 +1287,12 @@ in
home.file.".config/scripts" = {
source = scriptsPath;
recursive = true;
};
home.file.".config/scripts/update.sh" = {
source = scriptsPath + "/update.sh";
executable = true;
};
home.activation.makeScriptsExecutable =
lib.hm.dag.entryAfter ["writeBoundary"] ''
chmod -R +x $HOME/.config/scripts
'';
};
}
#+END_SRC
@@ -9,12 +9,11 @@ in
home.file.".config/scripts" = {
source = scriptsPath;
recursive = true;
};
home.file.".config/scripts/update.sh" = {
source = scriptsPath + "/update.sh";
executable = true;
};
home.activation.makeScriptsExecutable =
lib.hm.dag.entryAfter ["writeBoundary"] ''
chmod -R +x $HOME/.config/scripts
'';
};
}