From 2258b18148e7b5e882c73501668dcb4bce58606c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 27 Jan 2026 18:17:28 +0100 Subject: 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. --- modules/home.legacy/conf/beets/default.nix | 16 ++++++++-------- 1 file 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); } -- cgit 1.4.1