diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-27 18:17:28 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-27 18:17:28 +0100 |
| commit | 2258b18148e7b5e882c73501668dcb4bce58606c (patch) | |
| tree | 0df4462bb53758a383d112562f1b0765888570c6 /modules/home.legacy/conf/beets | |
| parent | modules/legacy/beets: Activate the musicbrainz auto-tagger (diff) | |
| download | nixos-config-2258b18148e7b5e882c73501668dcb4bce58606c.zip | |
modules/legacy/beets: Use the yaml formatter again
I don't see a reason to override this, considering, that the reason specified in the comment is obsolete.
Diffstat (limited to 'modules/home.legacy/conf/beets')
| -rw-r--r-- | modules/home.legacy/conf/beets/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/home.legacy/conf/beets/default.nix b/modules/home.legacy/conf/beets/default.nix index 0132a859..0879b1a5 100644 --- a/modules/home.legacy/conf/beets/default.nix +++ b/modules/home.legacy/conf/beets/default.nix @@ -110,12 +110,12 @@ in { }; }; - # Use the json formatter instead of the YAML one, as the YAML formatter mangles the - # longer python inline strings. - # YAML is a superset of JSON. - xdg.configFile."beets/config.yaml".source = - lib.mkForce - ((pkgs.formats.json {}).generate - "beets-config" - config.programs.beets.settings); + # # Use the json formatter instead of the YAML one, as the YAML formatter mangles the + # # longer python inline strings. + # # YAML is a superset of JSON. + # xdg.configFile."beets/config.yaml".source = + # lib.mkForce + # ((pkgs.formats.json {}).generate + # "beets-config" + # config.programs.beets.settings); } |
