From 5363070ccdc61a0f34aa9cbfcdcece29196fa953 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Tue, 10 Jun 2025 16:34:38 +0900 Subject: [PATCH] feat(nix): add rosetta 2 Signed-off-by: Seongmin Lee --- nix/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/darwin.nix b/nix/darwin.nix index a77fd78..f01d965 100644 --- a/nix/darwin.nix +++ b/nix/darwin.nix @@ -155,6 +155,7 @@ # TODO: package this into single nix package with SaneSideButtons itself. See pkgs.sensible-side-buttons as a reference system.activationScripts.extraActivation.text = '' osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/SaneSideButtons.app", hidden:false}' + softwareupdate --install-rosetta --agree-to-license ''; # # Enable Touch ID support -- 2.51.2