From ff8600dd0f824cef7984176cb0c6f24be069778f Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 16 Nov 2023 09:14:06 +0100 Subject: [PATCH] pinwheel: Update font in `foot` - Use JetBrainsMono Mono - Set font size to 15 --- hosts/pinwheel/modules/foot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/foot/default.nix b/hosts/pinwheel/modules/foot/default.nix index 45f2387..8eec1ca 100644 --- a/hosts/pinwheel/modules/foot/default.nix +++ b/hosts/pinwheel/modules/foot/default.nix @@ -19,7 +19,7 @@ in settings = { main = { term = "xterm-256color"; - font = "JetBrainsMono Nerd Font Mono:size=14"; + font = "JetBrainsMono Nerd Font:size=15"; }; }; };