add shfmt and shellcheck to system-wide neovim packages

This commit is contained in:
Noah Masur
2022-07-05 17:18:08 -04:00
parent 7093ba7791
commit faa7f74773
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,8 @@
home.packages = with pkgs; [
neovim
gcc # for tree-sitter
shfmt # used everywhere
shellcheck # used everywhere
];
xdg.configFile = {