Files
dev/modules/optionnals/desktop/virt-manager.nix
2025-10-29 21:27:18 +01:00

7 lines
105 B
Nix

{
...
}:
{
programs.virt-manager.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}