From 3141cd351a16ab85f1ea908dec30a2ff12168fc7 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 1 Oct 2024 07:37:26 -0500 Subject: [PATCH] mac --- hosts/mac-nixos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/mac-nixos/configuration.nix b/hosts/mac-nixos/configuration.nix index ea4292d..7486845 100644 --- a/hosts/mac-nixos/configuration.nix +++ b/hosts/mac-nixos/configuration.nix @@ -37,6 +37,8 @@ in options hid_apple iso_layout=0 ''; + boot.binfmt.emulatedSystems = [ "x86_64-linux" ]; + # Networking configs networking = { hostName = "mac-nixos"; @@ -85,7 +87,7 @@ in box64 #minecraft prismlauncher - # vmware-horizon-client + pkgs.pkgsCross.x86_64-linux.vmware-horizon-client distrobox podman ];