Add vmware to laptop for school

This commit is contained in:
Jimbo 2025-01-06 15:26:18 -05:00
parent b6d7c470d2
commit 4cc1189818
3 changed files with 5 additions and 2 deletions

View file

@ -20,4 +20,7 @@
wireguard.client.enable = true;
stateVersion = "24.11";
};
# Special options
virtualisation.vmware.host.enable = true;
}

View file

@ -1,4 +1,4 @@
{ config ... }:
{ ... }:
{
imports = [ ./main ];
}

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
{
home-manager.users."${config.users.main}" = {
home-manager.users."${config.sysusers.main}" = {
home.stateVersion = lib.mkForce "24.11";
};
}