[shell] Adds inetutils

This commit is contained in:
2025-03-02 15:08:39 -08:00
parent 18f058d912
commit bf049588ff
2 changed files with 6 additions and 0 deletions

View File

@@ -14,5 +14,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
direnv direnv
inetutils
]; ];
} }

View File

@@ -2,6 +2,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# These are all the sort of shell commands that we want available whereever
# there is shell. These include just a lot of useful utilities for managing
# a system or working with other shell commands. Packages more specific to
# development can be in development configs.
home.packages = with pkgs; [ home.packages = with pkgs; [
# System # System
htop htop
@@ -20,6 +24,7 @@
# Networking # Networking
dnsutils dnsutils
inetutils
socat socat
httpie httpie