about summary refs log tree commit diff stats
path: root/pkgs/by-name/be (follow)
Commit message (Collapse)AuthorAge
* style(treewide): FormatBenedikt Peetz3 days
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz3 days
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz9 days
| | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build.
* feat(home/beets): Init the xtractor pluginBenedikt Peetz2024-08-11