[shell] Adds inetutils
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
direnv
|
||||
inetutils
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
{ 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; [
|
||||
# System
|
||||
htop
|
||||
@@ -20,6 +24,7 @@
|
||||
|
||||
# Networking
|
||||
dnsutils
|
||||
inetutils
|
||||
socat
|
||||
httpie
|
||||
|
||||
|
||||
Reference in New Issue
Block a user