From ac77b03795001f44709c6ea5cdf338150f2bd3e7 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 4 Dec 2025 19:02:30 +0100 Subject: [PATCH] adapts ghostty config --- modules/ghostty/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 68af19b..299d936 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,12 +4,12 @@ enableFishIntegration = true; package = null; settings = { - font-size = 14; + font-size = 15; font-family = "VictorMono Nerd Font"; - background-opacity = 0.94; - window-padding-x = 12; - window-padding-y = 12; - window-padding-balance = true; + font-variation-bold = "wght=500"; + background-opacity = 0.945; + window-padding-x = 0; + window-padding-y = 0; window-inherit-working-directory = true; window-theme = "ghostty"; shell-integration-features = true;