about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/default.nix (follow)
Commit message (Collapse)AuthorAge
* modules/legacy/beets: Use a better path configBenedikt Peetz11 days
| | | | I don't really care about genres or the various albumtypes.
* modules/legacy/beets: Move the `replace_override` file in the nix fileBenedikt Peetz11 days
| | | | | | I have no idea, why this is a separate file. This change also removes some windows specific replace sequences.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz2025-03-29
| | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build.
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.