mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
feat: remove beets
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = [pkgs.beets];
|
|
||||||
home-manager.users.me.xdg.configFile = {
|
|
||||||
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
|
|
||||||
directory = "~/cloud/syncthing/music";
|
|
||||||
library = "~/cloud/syncthing/common/music.db";
|
|
||||||
plugins = toString ["fetchart" "lastgenre"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user