nixfiles/home/dev/all/info.nix

23 lines
309 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
neofetch
(inxi.override {
withRecommendedSystemPrograms = true;
})
lm_sensors
hddtemp
freeipmi
ipmitool
smartmontools
tree
2024-03-19 15:54:52 +00:00
lsof
btop
htop
pciutils
usbutils
i2c-tools
iotop
iptraf-ng
];
2022-07-27 16:47:49 +01:00
}