diff options
| author | brustybee <bee@4d2.org> | 2026-03-10 01:18:05 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-10 01:18:05 +0530 |
| commit | df031ad540fe2baad549d5e37930ab49f9f221e0 (patch) | |
| tree | 3b324dcfedbf5d53241b51ecd71a4b91f7a379d2 /common/modules/terminal/default.nix | |
| parent | 2ffa24693ca45a88c4d874b6c06cbf9ebe3a0e36 (diff) | |
find flake in .config & lil cleanup
Diffstat (limited to 'common/modules/terminal/default.nix')
| -rw-r--r-- | common/modules/terminal/default.nix | 6 |
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"; }; |
