feat(terminal): ghostty shortcut

This commit is contained in:
Guz
2026-03-26 16:58:11 -03:00
parent d2a3df2b51
commit 7abb189ef8

View File

@@ -123,6 +123,11 @@ with lib; {
"org/gnome/settings-daemon/plugins/media-keys" = {
screensaver = [];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Super>q";
command = lib.getExe config.programs.ghostty.package;
name = "Launch Ghostty";
};
"org/gtk/gtk4/settings/file-chooser" = {
show-hidden = true;
};