nixfiles/home/dev/all/info.nix

2 lines
70 B
Nix

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