diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index f9d3753..1966671 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -45,7 +45,7 @@ }; home.packages = with pkgs; [ # nix stuff - nixpkgs-fmt + nixfmt-rfc-style statix # LSPs diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index 910005d..a464467 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -62,7 +62,7 @@ lspconfig.nil_ls.setup({ settings = { ['nil'] = { formatting = { - command = { "nixpkgs-fmt" }, + command = { "nixfmt" }, }, }, },