aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/be (unfollow)
Commit message (Collapse)Author
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04style(treewide): FormatBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-03-29fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz
This plugin never worked (because of some issue with gaia), but now it also stopped to build.
2024-08-11feat(home/beets): Init the xtractor pluginBenedikt Peetz