common: packages: clean up; move some more packages to home-manager

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-21 13:04:01 +02:00
parent bfe1324be4
commit 9e104c8307
Signed by: c8h4
GPG key ID: 1538094429952F86
3 changed files with 9 additions and 11 deletions

View file

@ -5,17 +5,8 @@
environment.systemPackages = (with pkgs; [
dmidecode
dnsutils
ethtool
file
findutils
fzf
gcc
gnugrep
gnumake
gnused
gnutar
iotop
iputils
lm_sensors
lshw
@ -26,9 +17,7 @@
python3
smartmontools
strace
sudo
tcpdump
tree
usbutils
which
xz
@ -37,6 +26,7 @@
programs.command-not-found.enable = false;
programs.htop.enable = true;
programs.iotop.enable = true;
programs.mtr.enable = true;
programs.traceroute.enable = true;
programs.zsh.enable = true;

Binary file not shown.

View file

@ -37,6 +37,13 @@ in {
curl
diffutils
dig
dnsutils
file
findutils
fzf
gnumake
gnused
gnutar
home-manager
jq
lnav
@ -47,6 +54,7 @@ in {
ripgrep
rlwrap
rsync
tree
unzip
wget
zip