From e78349674e0177a7abef6c2c975339c8628c329e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 21 Oct 2022 21:25:20 +0200 Subject: [PATCH] neovim: Moved nixfmt into extraPackages --- roles/home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home/neovim.nix b/roles/home/neovim.nix index cf1730b..cd0aabf 100644 --- a/roles/home/neovim.nix +++ b/roles/home/neovim.nix @@ -20,6 +20,7 @@ cmake-format clang-tools rustfmt + nixfmt ]; plugins = with pkgs.vimPlugins; [ vim-nix