mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
feat: beets
This commit is contained in:
11
configs/beets.nix
Normal file
11
configs/beets.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ 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 = lib.concatStringsSep " " [ "fetchart" "lastgenre" "lyrics" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user