mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 01:32:23 +00:00
7 lines
77 B
Nix
7 lines
77 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
virtualisation.vmware.guest.enable = true;
|
|
}
|