Regenerated
This commit is contained in:
@@ -14,7 +14,10 @@ let
|
||||
|
||||
# Convert files to Home Manager xdg config entries
|
||||
wofiFiles = lib.genAttrs assetFiles (f: {
|
||||
name = ".config/${programName}/${f}";
|
||||
name =
|
||||
if f == "wofi.conf" then ".config/wofi/config"
|
||||
else if f == "theming.css" then ".config/wofi/style.css"
|
||||
else ".config/wofi/${f}";
|
||||
value = { source = "${assetPath}/${f}"; };
|
||||
});
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user