Add vmware to laptop for school
This commit is contained in:
parent
b6d7c470d2
commit
4cc1189818
|
@ -20,4 +20,7 @@
|
|||
wireguard.client.enable = true;
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
# Special options
|
||||
virtualisation.vmware.host.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ./main ];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.users.main}" = {
|
||||
home-manager.users."${config.sysusers.main}" = {
|
||||
home.stateVersion = lib.mkForce "24.11";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue