mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
iftop: add options
This commit is contained in:
parent
d75bf62d38
commit
94838ca556
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
|
||||
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
|
||||
|
||||
(lib.hiPrio (writeShellScriptBin "iftop" ''
|
||||
exec ${iftop}/bin/iftop -P -m100M "$@"
|
||||
''))
|
||||
|
||||
(writeShellScriptBin "bat" ''
|
||||
${bat}/bin/bat --color=always --wrap=never --pager=never --terminal-width=80 "$@"
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue