Regenerated

This commit is contained in:
2026-04-11 20:00:08 +02:00
parent e207bc367b
commit 9cf8249f16
4 changed files with 416 additions and 338 deletions
@@ -2,7 +2,7 @@
{ lib, config, pkgs, flakeRoot, ... }:
let
username = config.defaultUser or "henrov";
configPath = flakeRoot + "/generated/.config";
configPath = flakeRoot + "/generated/.config/scripts";
allFiles = lib.filesystem.listFilesRecursive configPath;
toRelative = file: