From a79e641851caa05596a7e5a86151127fc959c14f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 28 Jan 2025 20:27:03 -0500 Subject: [PATCH] global/neovim: replace nixpkgs-fmt with nixfmt --- users/modules/global/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index 33c9c1c..5999f34 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -159,7 +159,7 @@ in nil_ls = { enable = true; extraOptions = { - settings.nil.formatting.command = [ "nixpkgs-fmt" ]; + settings.nil.formatting.command = [ "nixfmt" ]; }; }; nimls.enable = programming.nim.enable;