Files
dev/modules/optionnals/desktop/virt-manager.nix
2026-03-02 00:24:34 +01:00

8 lines
106 B
Nix

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