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

8 lines
86 B
Nix
Raw Normal View History

2023-02-01 11:38:23 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
virt-manager
virtiofsd
];
}