We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087de0b commit cf26596Copy full SHA for cf26596
1 file changed
modules/common/ghostty.nix
@@ -35,6 +35,8 @@ in merge <| mkIf config.isDesktop {
35
window-decoration = config.isDarwin;
36
macos-titlebar-style = "tabs";
37
38
+ macos-option-as-alt = "left";
39
+
40
config-file = toString <| pkgs.writeText "base16-config" ghosttyConfig;
41
42
keybind = mapAttrsToList (name: value: "ctrl+shift+${name}=${value}") {
0 commit comments