Regenerated

This commit is contained in:
2026-04-29 22:38:25 +02:00
parent 5d98c8f325
commit 93b437f78a
3 changed files with 397 additions and 397 deletions
@@ -2,7 +2,7 @@
{ lib, config, pkgs, flakeRoot, ... }:
let
username = config.defaultUser or "henrov";
configPath = flakeRoot + "/generated/.config/scripts";
configPath = flakeRoot + "/generated/.config/shared/scripts";
allFiles = lib.filesystem.listFilesRecursive configPath;
toRelative = file: