From 9340d0feca238fbb72a39c9d4552b70c8f34704a Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 24 Aug 2023 15:58:03 +0200 Subject: [PATCH] thinkpad-nixos: Use better font size --- hostconfig/thinkpad-nixos/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 745bf6b..72e4cf6 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -82,6 +82,8 @@ in { }; }; + terminal.font.size = 10.5; + programs.mbsync.enable = true; programs.msmtp.enable = true; programs.aerc = {