feat(home): Add jq to dev packages
This commit is contained in:
parent
158c16df17
commit
ce3a42f901
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ in
|
|||
options.enable = lib.mkEnableOption "development settings";
|
||||
options.neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
|
||||
options.extraPackages = mkExtraPackagesOption "dev" [
|
||||
[ "jq" ] # json parser
|
||||
[ "just" ] # just a command runner
|
||||
[ "typos" ] # low false positive rate typo checker
|
||||
[ "git-absorb" ] # fixup! but automatic
|
||||
|
|
Loading…
Reference in a new issue