Move Envy back to Pear

This commit is contained in:
Bun 2025-04-30 19:34:43 -04:00
parent d2204a4916
commit c04e4203ea
12 changed files with 34 additions and 43 deletions

View file

@ -0,0 +1,16 @@
{ config, ... }:
{
services.globalprotect.enable = true;
virtualisation = {
libvirtd.enable = true;
vmware.host.enable = true;
};
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
environment.persistence."/persist".users.${config.sysusers.main}.directories = [
"vmware"
".vmware"
];
}