Add dig, httpie
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
8
hosts/common/configs/user/console/curl/default.nix
Normal file
8
hosts/common/configs/user/console/curl/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ user, home }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.${user}.home.packages = with pkgs; [
|
||||
curl
|
||||
httpie
|
||||
];
|
||||
}
|
@@ -7,6 +7,7 @@
|
||||
ipset
|
||||
ethtool
|
||||
tcpdump
|
||||
dig
|
||||
ipcalc
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user