make whois core utility

This commit is contained in:
Noah Masur 2022-10-07 03:31:14 +00:00
parent 4044721606
commit e89db82e7f
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,8 @@
vault
consul
noti # Create notifications programmatically
ipcalc
ipcalc # Make IP network calculations
whois # Lookup IPs
(pkgs.writeScriptBin "ocr"
(builtins.readFile ../shell/bash/scripts/ocr.sh))
];

View File

@ -31,6 +31,7 @@ in {
vimv-rs # Batch rename files
dig # DNS lookup
lf # File viewer
whois # Lookup IPs
];
programs.zoxide.enable = true; # Shortcut jump command