summaryrefslogtreecommitdiff
path: root/common/modules/terminal/foot.nix
diff options
context:
space:
mode:
authorbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:45:29 +0530
committerbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:45:29 +0530
commit2c2669697fdeaf7316feed3449d2082d255de5af (patch)
tree4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/modules/terminal/foot.nix
parentb6e25e72d30d9810abc0eb48058334e2495350f8 (diff)
Debloat
Diffstat (limited to 'common/modules/terminal/foot.nix')
-rw-r--r--common/modules/terminal/foot.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix
index f9cd424..afc4539 100644
--- a/common/modules/terminal/foot.nix
+++ b/common/modules/terminal/foot.nix
@@ -11,7 +11,12 @@ in
enable = true;
settings = {
main = {
- include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/themes/noctalia" ];
+ include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/themes/matugen" ];
+ 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} center";
font = "${cfg.font.family}:size=${toString cfg.font.size}";