From f777b4abf5f3258df685fa9d0b20174eb9fff5f5 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 21:34:01 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/ghostty/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index ef22c3f..775e9a0 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -9,11 +9,11 @@ clearDefaultKeybinds = false; # set to true after config is finished settings = { theme = "Catppuccin Mocha"; - font-size = 16; + font-size = 17; font-family = "VictorMono NF SemiBold"; background-opacity = 0.95; - window-padding-x = 8; - window-padding-y = 8; + window-padding-x = 15; + window-padding-y = 15; keybind = [ "ctrl+b>v=new_split:left" "ctrl+b>s=new_split:down"