nixfiles/home/dev/info.nix

2 lines
70 B
Nix
Raw Normal View History

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