From 5e4fb1d23d1025430d9094ec6d907e8e19bb72c5 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 4 Dec 2025 19:08:46 +0100 Subject: [PATCH] fixes some ghostty things --- modules/ghostty/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 299d936..08345e9 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -5,11 +5,12 @@ package = null; settings = { font-size = 15; - font-family = "VictorMono Nerd Font"; - font-variation-bold = "wght=500"; + font-family = "Victor Mono"; + font-style = "SemiBold"; background-opacity = 0.945; - window-padding-x = 0; - window-padding-y = 0; + window-padding-x = 12; + window-padding-y = 12; + window-padding-balance = true; window-inherit-working-directory = true; window-theme = "ghostty"; shell-integration-features = true;