mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/lib: add btop and tree
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
c1ac71e225
commit
c182a871cf
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ in {
|
|||
# Packages which should be installed on every machine.
|
||||
systemPackages = with pkgs; [
|
||||
age
|
||||
bandwhich
|
||||
bc
|
||||
bintools-unwrapped
|
||||
btop
|
||||
byobu
|
||||
comma
|
||||
dmidecode
|
||||
|
@ -66,7 +66,6 @@ in {
|
|||
mtr
|
||||
ndisc6
|
||||
neofetch
|
||||
nethogs
|
||||
nixfmt
|
||||
# Broken as of June 1, 2023.
|
||||
# nix-linter
|
||||
|
@ -79,6 +78,7 @@ in {
|
|||
sysstat
|
||||
tcpdump
|
||||
tmux
|
||||
tree
|
||||
unixtools.xxd
|
||||
unzip
|
||||
usbutils
|
||||
|
|
Loading…
Reference in a new issue