nixfmt: still user RC style package

This commit is contained in:
Trolli Schmittlauch 2024-11-15 20:58:09 +01:00
parent b8d2906190
commit 8d9e6f53ad
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@
"editor.formatOnSave" = false;
"editor.formatOnType" = false;
};
"nix.formatterPath" = lib.getExe pkgs.nixfmt;
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
"nix.enableLanguageServer" = true;
"nix.serverPath" = lib.getExe pkgs.nixd;
"nix.serverSettings" = { };