From 9059d75874cdb0006ee4c1d39f8276aa9004be9a Mon Sep 17 00:00:00 2001 From: beeb5k Date: Wed, 26 Aug 2026 02:27:02 +0530 Subject: nordwand-mono font and some small bixes --- common/modules/terminal/foot.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/modules/terminal/foot.nix') diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index 3317bf0..add250b 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -20,11 +20,11 @@ in [ "~/.config/foot/themes/matugen" ] else [ "~/.config/foot/themes/noctalia" ]; - line-height = 13; - letter-spacing = 0; - vertical-letter-offset = 0; - horizontal-letter-offset = 0; - underline-offset = 2; + # line-height = 13; + # letter-spacing = 0; + # vertical-letter-offset = 0; + # horizontal-letter-offset = 0; + # underline-offset = 2; pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y}"; font = "${cfg.font.family}:size=${toString cfg.font.size}"; -- cgit v1.3.1