Regenerated

This commit is contained in:
2026-04-11 09:59:50 +02:00
parent 6544539736
commit f75c24a394
3 changed files with 322 additions and 322 deletions
@@ -1,13 +1,13 @@
{ lib, config, pkgs, flakeRoot, ... }:
let
username = config.defaultUser or "henrov";
scriptsPath = flakeRoot + "/generated/.config/scripts";
basePath = flakeRoot + "/generated";
scriptsPath = basePath + "/.config/scripts";
scriptFiles = lib.filesystem.listFilesRecursive scriptsPath;
toRelative = file:
lib.path.removePrefix basePath file;
lib.path.removePrefix (lib.path.append flakeRoot "generated") file;
toFileEntry = file: {
name = toRelative file;