diff --git a/nix/home.nix b/nix/home.nix index 67091be6..44482b47 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -18,7 +18,6 @@ in nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ google-chrome - transmission_4 gh unzip fastfetch diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index 3ae909db..cbbcc992 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -68,7 +68,7 @@ NSGlobalDomain.KeyRepeat = 2; }; - nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM + # nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM }; in {