mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -193,6 +193,7 @@ in {
|
||||
}
|
||||
./alacritty.nix
|
||||
./bash.nix
|
||||
./beets.nix
|
||||
./bluetooth.nix
|
||||
./ccc.nix
|
||||
./kleiter.nix
|
||||
|
||||
Reference in New Issue
Block a user