Regenerated

This commit is contained in:
2026-04-10 19:17:14 +02:00
parent 220b99c526
commit 44113eb7fe
3 changed files with 315 additions and 318 deletions
@@ -11,8 +11,7 @@ in
source = scriptsPath;
};
home.activation.makeScriptsExecutable =
lib.hm.dag.entryAfter ["writeBoundary"] ''
home.activation.makeScriptsExecutable = ''
chmod -R +x $HOME/.config/scripts
'';
};