nixos/hosts/vm/host-packages.nix

9 lines
76 B
Nix

{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
];
}