mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
sync
This commit is contained in:
@@ -3,7 +3,17 @@
|
||||
{
|
||||
options.mymods.beets.enable = lib.mkEnableOption "Beets music manager";
|
||||
config = lib.mkIf config.mymods.beets.enable {
|
||||
home-manager.users."sstent".programs.beets = {
|
||||
# sops.secrets.example_key = { };
|
||||
|
||||
home-manager.users."sstent" = {
|
||||
xdg.configFile."beets/discogs_token.test".text = builtins.toJSON {
|
||||
"token" = config.sops.secrets.discogs.token.path;
|
||||
"secret" = config.sops.secrets.discogs.secret.path;
|
||||
};
|
||||
|
||||
|
||||
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
settings = {
|
||||
album_fields = {
|
||||
@@ -149,6 +159,7 @@
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user