Working on reshuffling

This commit is contained in:
2026-03-19 07:48:06 +00:00
parent c07948f93a
commit 5a0a810089
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1993,7 +1993,7 @@ This is top file of this level which contains just an import statement for all r
let
# relative path from this module
wofiAssets = ./assets/system/conf/wofi;
wofiAssets = ../../../assets/system/conf/wofi;
wofiFiles = builtins.readDir wofiAssets;
wofiConfs = lib.genAttrs (builtins.attrNames wofiFiles) (name: {
src = "${wofiAssets}/${name}";