diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index 1b6c16e..ae15f88 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -25,7 +25,7 @@ }; home.packages = with pkgs; [ # nix stuff - nixfmt + nixpkgs-fmt nil statix ];