Working on reshuffling
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ lib, config, flakeRoot, ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
let
|
||||
wofiAssets = "${flakeRoot}/assets/system/conf/wofi";
|
||||
# relative path from this module
|
||||
wofiAssets = ./assets/system/conf/wofi;
|
||||
wofiFiles = builtins.readDir wofiAssets;
|
||||
wofiConfs = lib.genAttrs (builtins.attrNames wofiFiles) (name: {
|
||||
src = "${wofiAssets}/${name}";
|
||||
@@ -11,7 +12,6 @@ in
|
||||
mySystem = {
|
||||
apps.wofi = {
|
||||
enable = true;
|
||||
# symbolic references to files
|
||||
configFile = wofiConfs."wofi.conf".src;
|
||||
styleFile = wofiConfs."theming.css".src;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user