added btop

This commit is contained in:
mc-fucker 2024-11-13 18:44:42 +01:00
parent e0e9763427
commit a9da352939

View file

@ -93,16 +93,17 @@ in
boot.loader.timeout = 1;
environment.systemPackages = with pkgs; [
wget
htop
git
screen
rxvt-unicode-unwrapped.terminfo
nmap
btop
dig
rclone
pv
eza
git
htop
nmap
pv
rclone
rxvt-unicode-unwrapped.terminfo
screen
wget
(import ./vim.nix)
];