yoga: enable vmware
This commit is contained in:
parent
48460fe71e
commit
ab5fcfd802
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue