diff --git a/nki-yoga-g8/configuration.nix b/nki-yoga-g8/configuration.nix index 672292f..faf8c3d 100644 --- a/nki-yoga-g8/configuration.nix +++ b/nki-yoga-g8/configuration.nix @@ -4,6 +4,14 @@ { config, pkgs, lib, ... }: +let + vmware = { pkgs, ... }: { + environment.systemPackages = [ pkgs.vmware-horizon-client ]; + virtualisation.vmware.host = { + enable = true; + }; + }; +in { imports = [ @@ -13,6 +21,8 @@ ../modules/personal/fonts # Encrypted DNS ../modules/services/edns + + vmware ]; # Secrets