feat(home): Add jq to dev packages

This commit is contained in:
Jalil David Salamé Messina 2024-04-02 15:23:33 +02:00
parent 158c16df17
commit ce3a42f901
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -150,6 +150,7 @@ in
options.enable = lib.mkEnableOption "development settings"; options.enable = lib.mkEnableOption "development settings";
options.neovimAsManPager = lib.mkEnableOption "neovim as the man pager"; options.neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
options.extraPackages = mkExtraPackagesOption "dev" [ options.extraPackages = mkExtraPackagesOption "dev" [
[ "jq" ] # json parser
[ "just" ] # just a command runner [ "just" ] # just a command runner
[ "typos" ] # low false positive rate typo checker [ "typos" ] # low false positive rate typo checker
[ "git-absorb" ] # fixup! but automatic [ "git-absorb" ] # fixup! but automatic