use nixfmt-rfc-style
This commit is contained in:
parent
02f9916be6
commit
f2f49f1819
@ -205,7 +205,7 @@
|
||||
name = "aliases";
|
||||
packages = with pkgs; [
|
||||
rebuild update-vscode upgrade upgrade-hyprland
|
||||
nixfmt nixpkgs-fmt statix vulnix deadnix git deploy-rs
|
||||
nixfmt-rfc-style nixpkgs-fmt statix vulnix deadnix git deploy-rs
|
||||
fup-repl ssh-to-pgp sops
|
||||
];
|
||||
};
|
||||
|
@ -123,12 +123,12 @@ in
|
||||
"license.extension" = ".md";
|
||||
"license.year" = "auto";
|
||||
"nix.enableLanguageServer" = true;
|
||||
"nix.formatterPath" = "${pkgs.nixfmt}/bin/nixfmt";
|
||||
"nix.formatterPath" = "${pkgs.nixfmt-rfc-style}/bin/nixfmt";
|
||||
"nix.serverPath" = "${pkgs.nil}/bin/nil";
|
||||
"nix.serverSettings" = {
|
||||
"nil" = {
|
||||
"formatting" = {
|
||||
"command" = ["${pkgs.nixfmt}/bin/nixfmt"];
|
||||
"command" = ["${pkgs.nixfmt-rfc-style}/bin/nixfmt"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user