nixfiles/home/dev/info.nix
2021-12-26 15:43:53 +00:00

2 lines
70 B
Nix

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