nixcfg/common/pkgs.nix

9 lines
104 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
htop
inxi
python3
];
}