added btop
This commit is contained in:
parent
e0e9763427
commit
a9da352939
1 changed files with 9 additions and 8 deletions
|
|
@ -93,16 +93,17 @@ in
|
||||||
boot.loader.timeout = 1;
|
boot.loader.timeout = 1;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
btop
|
||||||
htop
|
|
||||||
git
|
|
||||||
screen
|
|
||||||
rxvt-unicode-unwrapped.terminfo
|
|
||||||
nmap
|
|
||||||
dig
|
dig
|
||||||
rclone
|
|
||||||
pv
|
|
||||||
eza
|
eza
|
||||||
|
git
|
||||||
|
htop
|
||||||
|
nmap
|
||||||
|
pv
|
||||||
|
rclone
|
||||||
|
rxvt-unicode-unwrapped.terminfo
|
||||||
|
screen
|
||||||
|
wget
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue