diff options
| author | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
| commit | a2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (patch) | |
| tree | cc8c185f1f2d351d9cbd16fa47621af61512fd75 /common/modules/terminal/foot.nix | |
| parent | bd007ed24262fd6fad5de586e35955b65854edfb (diff) | |
lot is a lot
Diffstat (limited to 'common/modules/terminal/foot.nix')
| -rw-r--r-- | common/modules/terminal/foot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index a804815..4ad4c37 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -17,7 +17,7 @@ in font = "${cfg.font.family}:size=${toString cfg.font.size}"; dpi-aware = "no"; - gamma-correct-blending = "yes"; + # gamma-correct-blending = "yes"; bold-text-in-bright = if cfg.font.bright_color_is_bold then "yes" else "no"; }; cursor = { |
