1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

2 Commits

Author SHA1 Message Date
9bc3279f52 feat: beets 2021-07-30 13:19:44 +02:00
2f75f4c3b3 chore: update retiolum 2021-07-30 13:19:44 +02:00
3 changed files with 16 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
{
"url": "https://github.com/krebs/retiolum",
"rev": "5fa059edf71b9c7fd6c22fb96565a7ac51f5192b",
"date": "2021-07-01T09:32:17+02:00",
"path": "/nix/store/szi4p83xs5n5diqncmrrwsp7bk4h3llm-retiolum",
"sha256": "1kzxqpqgvvz4rva3mfq0l3ri7ggnx96pwzmsp2f016xpiz8brf0y",
"rev": "a77784636a848eb32af5317b1c40b1f5202defe6",
"date": "2021-07-28T00:02:28+02:00",
"path": "/nix/store/cra40lzvi8assv7smags2bn8n29l6ll5-retiolum",
"sha256": "15wc6813lb09lalikghbgqbmpszizinmpg8hg4vqsz54pdi74sv3",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false

11
configs/beets.nix Normal file
View 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" ];
};
};
}

View File

@@ -193,6 +193,7 @@ in {
}
./alacritty.nix
./bash.nix
./beets.nix
./bluetooth.nix
./ccc.nix
./kleiter.nix