mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +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
|
./alacritty.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
|
./beets.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./ccc.nix
|
./ccc.nix
|
||||||
./kleiter.nix
|
./kleiter.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user