mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 07:20:13 +00:00
add shfmt and shellcheck to system-wide neovim packages
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
gcc # for tree-sitter
|
||||
shfmt # used everywhere
|
||||
shellcheck # used everywhere
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
|
Reference in New Issue
Block a user