From 720effe443f346d22bfd77b23e499982e008559e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 3 Jan 2026 00:14:48 +0100 Subject: [PATCH] ghostty: move font-size config to vanadium --- nix/configurations/vanadium/home/programs.nix | 1 + nix/homeModules/common/ghostty.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/home/programs.nix b/nix/configurations/vanadium/home/programs.nix index b2b676b6..80eee954 100644 --- a/nix/configurations/vanadium/home/programs.nix +++ b/nix/configurations/vanadium/home/programs.nix @@ -170,6 +170,7 @@ ghostty = { enable = true; settings = { + font-size = 12; # sweet spot for framework 13 command = lib.getExe config.programs.fish.package; }; }; diff --git a/nix/homeModules/common/ghostty.nix b/nix/homeModules/common/ghostty.nix index e4747ddb..344d13fa 100644 --- a/nix/homeModules/common/ghostty.nix +++ b/nix/homeModules/common/ghostty.nix @@ -18,7 +18,6 @@ in window-decoration = "none"; font-family = "Iosevka NFM"; - font-size = 12; background = "#fdf6e3"; foreground = "#073642";