From 9d17a1f59dfd1add8859e71dee1925ed081b24d6 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 7 Oct 2025 09:59:59 +0700 Subject: [PATCH] feat: add iterm2 and launch bindkey via aerospace --- modules/darwin/homebrew.nix | 1 + modules/home/rsydn/programs/aerospace/modes.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 3fe63ef..e773f52 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -37,6 +37,7 @@ in { "dbngin" "pgadmin4" "docker-desktop" + "iterm2" "spotify" "discord" "obs" diff --git a/modules/home/rsydn/programs/aerospace/modes.nix b/modules/home/rsydn/programs/aerospace/modes.nix index 92134d0..10a9640 100644 --- a/modules/home/rsydn/programs/aerospace/modes.nix +++ b/modules/home/rsydn/programs/aerospace/modes.nix @@ -19,6 +19,7 @@ "alt-space" = "layout floating tiling"; "alt-enter" = ''exec-and-forget open -na "Ghostty"''; + "alt-shift-enter" = ''exec-and-forget open -na "iTerm.app"''; "alt-backspace" = "close"; "alt-tab" = "workspace-back-and-forth";