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
+313 -314
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1289,8 +1289,7 @@ in
source = scriptsPath;
};
home.activation.makeScriptsExecutable =
lib.hm.dag.entryAfter ["writeBoundary"] ''
home.activation.makeScriptsExecutable = ''
chmod -R +x $HOME/.config/scripts
'';
};
@@ -11,8 +11,7 @@ in
source = scriptsPath;
};
home.activation.makeScriptsExecutable =
lib.hm.dag.entryAfter ["writeBoundary"] ''
home.activation.makeScriptsExecutable = ''
chmod -R +x $HOME/.config/scripts
'';
};