diff --git a/hosts/neo/configuration.nix b/hosts/neo/configuration.nix index 8f63780..5ec4e97 100644 --- a/hosts/neo/configuration.nix +++ b/hosts/neo/configuration.nix @@ -10,7 +10,11 @@ search = [ "bck.me" ]; }; - environment.systemPackages = [ pkgs.vmware-horizon-client ]; + environment.systemPackages = with pkgs; [ + vmware-horizon-client + wine + winetricks + ]; services = { pcscd.enable = true;