fix formatter

This commit is contained in:
Kopatz
2025-10-30 21:57:26 +01:00
parent 72e85fb82e
commit b1dda4d037

View File

@@ -42,5 +42,6 @@ let
in
{
home.sessionVariables = { EDITOR = "nvim"; };
home.packages = with pkgs; [ nixfmt-rfc-style ]; # nixd config option to set nixpkgs-fmt should work, but it doesn't
programs.nixvim = merged;
}