From d6fb8583dc9a75a902ceb3cd7332498c06b737dc Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 15 Jan 2024 17:11:50 -0500 Subject: [PATCH] fix(foot): fix font size --- home/foot.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/foot.nix b/home/foot.nix index 67477dc..37e3ba3 100644 --- a/home/foot.nix +++ b/home/foot.nix @@ -38,9 +38,8 @@ in { # FIXME: Figure out font size with Dpi-aware font = "JetBrainsMono Nerd Font:size=${ - lib.strings.floatToString (fontSize - 5) + lib.strings.floatToString fontSize }"; - dpi-aware = true; pad = "0x10"; };