nixfiles/home/dev/all/info.nix

4 lines
83 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [neofetch inxi htop usbutils iotop];
}