feat: install beets and setup settings.
This commit is contained in:
parent
5ab9dfa615
commit
70664909f2
1 changed files with 12 additions and 1 deletions
|
|
@ -22,10 +22,21 @@
|
||||||
inputs.hb-downloader.packages.${stdenv.hostPlatform.system}.default
|
inputs.hb-downloader.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.extract-romset.packages.${stdenv.hostPlatform.system}.default
|
inputs.extract-romset.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.note.packages.${stdenv.hostPlatform.system}.default
|
inputs.note.packages.${stdenv.hostPlatform.system}.default
|
||||||
beets
|
|
||||||
croc
|
croc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.beets = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
directory = "~/music/to-listen/";
|
||||||
|
library = "~/.local/share/beets.db";
|
||||||
|
plugins = "fromfilename chroma embedart fetchart duplicates";
|
||||||
|
import = {
|
||||||
|
move = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Setup rclone
|
# Setup rclone
|
||||||
programs.rclone = {
|
programs.rclone = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue