4 lines
102 B
Nix
4 lines
102 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [neofetch inxi htop pciutils usbutils iotop iptraf-ng];
|
|
}
|