nixfiles/profiles/home-manager/dev/all/info.nix
2024-07-24 14:13:59 +01:00

23 lines
309 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
neofetch
(inxi.override {
withRecommendedSystemPrograms = true;
})
lm_sensors
hddtemp
freeipmi
ipmitool
smartmontools
tree
lsof
btop
htop
pciutils
usbutils
i2c-tools
iotop
iptraf-ng
];
}