oscar: Set up beets configuration

Eventually, I want to get the subsonicupdate plugin working, but that'll
require credentials, and I don't want those to be committed in my config
here.
This commit is contained in:
Chandler Swift 2024-11-30 12:46:53 -06:00
parent 85570010c6
commit fb48169985
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -145,7 +145,6 @@
qgis
# command line applications
beets
iperf
units
@ -252,6 +251,21 @@
# };
};
programs.beets = {
enable = true;
settings = {
directory = "~/nas/chandler/public/media/music";
library = "~/nas/chandler/public/media/music/beets.db";
plugins = [
"fetchart"
# "lyrics"
# "subsonicupdate" # TODO
"mbsubmit"
"edit"
];
};
};
programs.chromium = {
enable = true;
extensions = [