refactor(nvim): move packages out of config to devShells

This commit is contained in:
matt1432 2024-12-22 00:04:13 -05:00
parent 0f627107ce
commit 346077c0e0
16 changed files with 144 additions and 107 deletions
homeManagerModules/neovim/langs/bash

View file

@ -21,6 +21,7 @@ in {
viAlias = true;
vimAlias = true;
# We keep the packages here because shell scripts are too common
extraPackages = attrValues {
inherit
(pkgs.nodePackages)