nixcfg/common/pkgs.nix

8 lines
93 B
Nix

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