nix-configurations/home/features/virtualization/qemu.nix

8 lines
86 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
virt-manager
virtiofsd
];
}