diff options
Diffstat (limited to 'common/modules/terminal/ghostty.nix')
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 4a6277e..7ab94e6 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -15,7 +15,7 @@ in font-family = cfg.font.family; font-size = cfg.font.size; - alpha-blending = "liner"; + alpha-blending = "linear"; window-padding-x = cfg.window.padding-x; window-padding-y = cfg.window.padding-y; font-feature = [ |
