From 6fa7ea037eabf852216ee0c1b83891ba8e7a5429 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 21:36:07 +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 775e9a0..4a446c5 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 = 17; + font-size = 15; font-family = "VictorMono NF SemiBold"; background-opacity = 0.95; - window-padding-x = 15; - window-padding-y = 15; + window-padding-x = 16; + window-padding-y = 12; keybind = [ "ctrl+b>v=new_split:left" "ctrl+b>s=new_split:down"