From 946379804e45b11b13fea1fcf44261d2b9140ff7 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 25 Oct 2020 10:43:48 +0100 Subject: [PATCH] Add nixpkgs-fmt to neovim extraPackages --- configurations/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) 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 + ]; }; }; }