diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-03 16:51:28 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-03 16:51:28 +0530 |
| commit | a4a87bd11e228a2a57bfedd48d3594371cf40329 (patch) | |
| tree | 97d7f6e0380afd57fec26cbbb36e4671f7b19e81 /common/modules/terminal/ghostty.nix | |
| parent | 1c53159c5af290a3d90376c5375af602ac55c94a (diff) | |
noidea im just tryna do something
Diffstat (limited to 'common/modules/terminal/ghostty.nix')
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 7ab94e6..c47e991 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -11,34 +11,13 @@ in enable = true; enableFishIntegration = true; settings = { - config-file = lib.optionals config.beeMods.matugen.enable [ "~/.config/ghostty/colors.conf" ]; + theme = lib.optionalString config.beeMods.matugen.enable "matugen"; font-family = cfg.font.family; font-size = cfg.font.size; - alpha-blending = "linear"; + # alpha-blending = "linear"; window-padding-x = cfg.window.padding-x; window-padding-y = cfg.window.padding-y; - font-feature = [ - "cv10" - "cv06" - "ss02" - "ss03" - ] - ++ ( - if cfg.font.ligatures then - [ - "calt" - "liga" - "dlig" - ] - else - [ - "-calt" - "-liga" - "-dlig" - ] - ); - bold-is-bright = cfg.font.bright_color_is_bold; gtk-titlebar = false; gtk-single-instance = true; gtk-tabs-location = "bottom"; @@ -47,7 +26,12 @@ in copy-on-select = false; confirm-close-surface = false; mouse-hide-while-typing = true; + window-decoration = "none"; window-inherit-working-directory = false; + app-notifications = [ + "no-clipboard-copy" + "no-config-reload" + ]; }; }; }; |
