Skip to content

Commit

Permalink
yoga: enable vmware
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 11, 2024
1 parent 48460fe commit ab5fcfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nki-yoga-g8/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

{ config, pkgs, lib, ... }:

let
vmware = { pkgs, ... }: {
environment.systemPackages = [ pkgs.vmware-horizon-client ];
virtualisation.vmware.host = {
enable = true;
};
};
in
{
imports =
[
Expand All @@ -13,6 +21,8 @@
../modules/personal/fonts
# Encrypted DNS
../modules/services/edns

vmware
];

# Secrets
Expand Down

0 comments on commit ab5fcfd

Please sign in to comment.