1: Added vmware
This commit is contained in:
parent
d307dc9186
commit
67dcb1d6c2
@ -16,6 +16,7 @@
|
||||
./virt.nix
|
||||
./miscNixStuff.nix
|
||||
./nerdFonts.nix
|
||||
./nixos-cli.nix
|
||||
# ./nixos-cli.nix
|
||||
./vmware.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
system/modules/vmware.nix
Normal file
8
system/modules/vmware.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vmware-workstation
|
||||
];
|
||||
|
||||
virtualisation.vmware.host.enable = true;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user