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"