diff --git a/hosts/Ethans-MacBook-Air/configuration.nix b/hosts/Ethans-MacBook-Air/configuration.nix index 8b1e3e4..8377dd4 100644 --- a/hosts/Ethans-MacBook-Air/configuration.nix +++ b/hosts/Ethans-MacBook-Air/configuration.nix @@ -13,11 +13,14 @@ shell = pkgs.nushell; }; - nix.extraOptions = '' + nix = { + linux-builder.enable = true; + extraOptions = '' auto-optimise-store = true experimental-features = nix-command flakes - extra-platforms = x86_64-darwin aarch64-darwin + extra-platforms = aarch64-darwin ''; + }; programs = { fish.enable = true;