Regenerated

This commit is contained in:
2026-04-11 09:58:30 +02:00
parent d28abf34e5
commit 6544539736
3 changed files with 322 additions and 331 deletions
@@ -2,15 +2,12 @@
let
username = config.defaultUser or "henrov";
scriptsPath = flakeRoot + "/generated/.config/scripts";
basePath = flakeRoot + "/generated";
scriptFiles = lib.filesystem.listFilesRecursive scriptsPath;
toRelative = file:
let
fullStr = toString file;
baseStr = toString (flakeRoot + "/generated/");
in
lib.removePrefix baseStr fullStr;
lib.path.removePrefix basePath file;
toFileEntry = file: {
name = toRelative file;