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

9 lines
114 B
Nix

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