diff --git a/flake.nix b/flake.nix index 8571511..ca9b3f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,3 @@ -# TODO: Add flake-utils, flake-parts, git-pre-hook { description = "Home Manager configuration"; inputs = { @@ -282,8 +281,18 @@ enable = true; strict = true; }; - prettier = { + dprint = { enable = true; + settings = { + plugins = ( + pkgs.dprint-plugins.getPluginList ( + plugins: with plugins; [ + dprint-plugin-markdown + g-plane-pretty_yaml + ] + ) + ); + }; }; taplo = { enable = true;