nixfiles/home/dev/all/info.nix

4 lines
87 B
Nix
Raw Normal View History

2022-07-27 16:47:49 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [ neofetch inxi htop usbutils iotop ];
}