mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
make whois core utility
This commit is contained in:
parent
4044721606
commit
e89db82e7f
@ -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))
|
||||
];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user