Switch from kitty to ghostty

This commit is contained in:
2025-11-10 08:49:24 -08:00
parent f995240153
commit 7f318edc4d
4 changed files with 11 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ in
autoraise
];
# Note: ghostty installed via Homebrew (managed outside of nix)
# Auto-start autoraise on login
launchd.agents.autoraise = {
enable = true;
@@ -117,10 +119,11 @@ in
"${leader}-enter" = ''
exec-and-forget osascript <<'APPLESCRIPT'
tell application "Terminal"
set newWindow to make new window
tell application "Ghostty"
activate
tell newWindow to set index to 1
tell application "System Events"
keystroke "n" using {command down}
end tell
end tell
APPLESCRIPT
'';

View File

@@ -7,7 +7,7 @@ let
shared_config = recursiveUpdate rec {
modifier = "Mod4";
terminal = "kitty";
terminal = "ghostty";
defaultWorkspace = "workspace number 1";
bars = [{

View File

@@ -13,10 +13,10 @@
enable = true;
overrideConfig = true;
hotkeys.commands."launch-konsole" = {
name = "Launch Konsole";
hotkeys.commands."launch-ghostty" = {
name = "Launch Ghostty";
key = "Meta+Return";
command = "konsole";
command = "ghostty";
};
shortcuts = {

View File

@@ -16,7 +16,7 @@ in
bitwarden
dunst
keepassxc
kitty
unstable.ghostty
# Desktop utilities
feh # Image viewer and wallpaper setter for X11