add WMware

This commit is contained in:
Frost-Phoenix 2024-01-27 18:00:07 +01:00
parent e708d48fbd
commit c82a5255b3

View file

@ -29,4 +29,9 @@
spiceUSBRedirection.enable = true;
};
services.spice-vdagentd.enable = true;
vmware.host = {
enable = true;
package = pkgs.vmware-workstation;
};
}