diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/modules/terminal/foot.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
Diffstat (limited to 'common/modules/terminal/foot.nix')
| -rw-r--r-- | common/modules/terminal/foot.nix | 7 |
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}"; |
