Working on reshuffling
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user