From 5f14250f68ea9b624103b7e2f330e9a9e2a59662 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 17:14:41 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/ghostty/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 6ea7496..b49325c 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -9,8 +9,8 @@ clearDefaultKeybinds = false; # set to true after config is finished settings = { theme = "Catppuccin Mocha"; - font-size = 15; - font = "VictorMono Nerd Font"; + font-size = 16; + font-family = "VictorMono Nerd Font"; keybind = [ "ctrl+b>v=new_split:left" "ctrl+b>s=new_split:down"