Switched from alejandra to nixfmt(-rfc-style)
Also re-formatted nix files
This commit is contained in:
parent
ea90b0356f
commit
ddb857e6ac
7 changed files with 66 additions and 52 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -74,7 +75,7 @@
|
|||
# nix
|
||||
nixd = {
|
||||
enable = true;
|
||||
settings.formatting.command = ["${pkgs.alejandra}/bin/alejandra"];
|
||||
settings.formatting.command = [ "${pkgs.nixfmt-rfc-style}/bin/nixfmt" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue