Rearrange nixos system config
This commit is contained in:
parent
ff8cde0a9d
commit
49e5cf617a
6 changed files with 90 additions and 127 deletions
|
|
@ -51,6 +51,11 @@
|
|||
preview = "open -a Preview";
|
||||
slide = "open -a SlidePilot";
|
||||
inkscape = "open -a Inkscape";
|
||||
|
||||
# Network monitoring aliases
|
||||
bw = "sudo bandwhich";
|
||||
bw-raw = "sudo bandwhich --raw";
|
||||
bw-dns = "sudo bandwhich --show-dns";
|
||||
|
||||
};
|
||||
|
||||
|
|
@ -157,6 +162,7 @@
|
|||
netcat-gnu # Network connection utility
|
||||
curl # HTTP client
|
||||
wget # Web downloader
|
||||
bandwhich # Terminal bandwidth utilization tool
|
||||
|
||||
# Command-line utilities
|
||||
ncdu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue