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
@@ -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
'';
};
}