yoga: enable vmware

This commit is contained in:
Natsu Kagami 2024-12-11 16:14:49 +01:00
parent 48460fe71e
commit ab5fcfd802
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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