diff --git a/configurations/neovim.nix b/configurations/neovim.nix index 74662525..091ca1b8 100644 --- a/configurations/neovim.nix +++ b/configurations/neovim.nix @@ -198,6 +198,9 @@ in vim-vue yats-vim ]; + extraPackages = with pkgs; [ + nixpkgs-fmt + ]; }; }; }