summaryrefslogtreecommitdiff
path: root/common/modules/terminal
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/terminal')
-rw-r--r--common/modules/terminal/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/common/modules/terminal/default.nix b/common/modules/terminal/default.nix
index fea6bc7..8561025 100644
--- a/common/modules/terminal/default.nix
+++ b/common/modules/terminal/default.nix
@@ -43,11 +43,7 @@ with lib;
default = 13.0;
};
- bright_color_is_bold = mkOption {
- type = types.bool;
- default = false;
- description = "Force bold text";
- };
+ bright_color_is_bold = mkEnableOption "bright colors in bold font";
ligatures = mkEnableOption "Only supported by ghostty";
};