diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index e5b43b3..e4c79b5 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -18,6 +18,7 @@ with lib; { environment.enableDebugInfo = true; environment.systemPackages = with pkgs; [ # Tools + gitlint tig gource hub @@ -45,6 +46,7 @@ with lib; { shfmt jq yq + fq # Python (python3.withPackages (pypkgs: @@ -127,6 +129,7 @@ with lib; { man-pages man-pages-posix linux-manual + stdmanpages # SHV shvspy |