summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-15 18:06:54 -0400
committerSeth Flynn <[email protected]>2025-03-15 18:06:54 -0400
commit09110af70735c5dd6b777e93fa8ca1feb8056e77 (patch)
treee9e2649f0291381eb60fe06a519a55296f9c1108
parentf9903b688a5fab624b393d1ee87b26344a542e27 (diff)
seth/gnome: use ghostty with terminal keybind
-rw-r--r--users/seth/mixins/gnome.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/seth/mixins/gnome.nix b/users/seth/mixins/gnome.nix
index 2316a97..d8cae22 100644
--- a/users/seth/mixins/gnome.nix
+++ b/users/seth/mixins/gnome.nix
@@ -43,8 +43,8 @@ in
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
- name = "ptyxis";
- command = "ptyxis";
+ name = "ghostty";
+ command = "ghostty";
binding = "<Control><Alt>t";
};
};