feat(nix): add rosetta 2

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

Changed files
+1
nix
+1
nix/darwin.nix
··· 155 155 # TODO: package this into single nix package with SaneSideButtons itself. See pkgs.sensible-side-buttons as a reference 156 156 system.activationScripts.extraActivation.text = '' 157 157 osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/SaneSideButtons.app", hidden:false}' 158 + softwareupdate --install-rosetta --agree-to-license 158 159 ''; 159 160 160 161 # # Enable Touch ID support