[shell] Adds inetutils
This commit is contained in:
@@ -14,5 +14,6 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
direnv
|
direnv
|
||||||
|
inetutils
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user