aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/packages.nix')
-rw-r--r--nixos/modules/packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/packages.nix b/nixos/modules/packages.nix
index 1052f56..55db94d 100644
--- a/nixos/modules/packages.nix
+++ b/nixos/modules/packages.nix
@@ -41,9 +41,7 @@ in {
btop
iotop
mc
- screen
tmux
- pv
# ls tools
tree
@@ -65,7 +63,7 @@ in {
wakeonlan
speedtest-cli
librespeed-cli
- termshark
+ #termshark
w3m
lm_sensors
@@ -73,6 +71,8 @@ in {
++ optionals (system == "x86_64-linux") [
nmap
ltrace
+ pv
+ screen
]
++ optionals (!isNative) [
ncdu_1