From 372e4378e27a24c31e5d3452b4e357e1484768cc Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 17:17:10 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/ghostty/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index b49325c..b6ea2a5 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -11,6 +11,10 @@ theme = "Catppuccin Mocha"; font-size = 16; font-family = "VictorMono Nerd Font"; + font-variation = "wght=500"; + background-opacity = 0.95; + window-padding-x = 8; + window-padding-y = 8; keybind = [ "ctrl+b>v=new_split:left" "ctrl+b>s=new_split:down"