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
@@ -2,7 +2,7 @@
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}";