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";