restructure
This commit is contained in:
8
modules/vmware-guest.nix
Normal file
8
modules/vmware-guest.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
## shared clipboard
|
||||
virtualisation.vmware.guest.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
open-vm-tools
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user