feat(beets): install & configure beets
This commit is contained in:
parent
db1376fff4
commit
3074827004
1 changed files with 15 additions and 0 deletions
15
home.nix
15
home.nix
|
|
@ -142,4 +142,19 @@ in {
|
||||||
uris = ["qemu:///system"];
|
uris = ["qemu:///system"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.beets = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
directory = "/pile/Music";
|
||||||
|
library = "/pile/beets.db";
|
||||||
|
import = {
|
||||||
|
move = false;
|
||||||
|
copy = true;
|
||||||
|
incremental = false;
|
||||||
|
write = true;
|
||||||
|
};
|
||||||
|
plugins = [ "lyrics" "web" "info" "edit" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue