nixos-mod/frontend: use nixfmt as nix formatter for vscodium

main
Felix Stupp 2 months ago
parent 3cfd470553
commit 350958c0c0
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -331,7 +331,7 @@ in
"nix.serverPath" = "${pkgs.nil}/bin/nil";
"nix.serverSettings" = {
nil = {
formatting.command = [ "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt" ];
formatting.command = [ "${pkgs.nixfmt-rfc-style}/bin/nixfmt" ];
};
};

Loading…
Cancel
Save