Closed IceDBorn closed 1 hour ago
I do not get this error using 0.9.8 or lower.
check the release notes:
break: refactored applications module config for actions, added option to hide category
Correct way to configure actions from 0.9.10 forward will be:
"actions": {
"enabled": true,
"hide_category": false,
"hide_without_query": true
},
I do not have a config.json though. Just theme.json and theme.css. @abenz1267
are you on nix?
nvm I just had to delete config.json
from .config/walker
...
Yes, I'm using nix and I was just theming walker with home manager, that's why I forgot about config.json.
Maybe I should just use the package's config.json using home manager. This way I won't have to delete the file if something changes in the future.