diff options
| author | Trevor Opiyo <driest.gravels_0j@icloud.com> | 2024-11-06 01:10:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 01:10:24 -0600 |
| commit | 48e5c8de1a4575441b46cb174afebfa02732c0ff (patch) | |
| tree | 3eaab5e3f157da1cfb0c0bd3f6ce777cf17d7e41 /modules/programs | |
| parent | 897fc37c47d2592c475f8732f3f1a4fbc9f18f9e (diff) | |
Update modules/programs/zsh/default.nix
Changes added by Enzime
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/zsh/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/programs/zsh/default.nix b/modules/programs/zsh/default.nix index 6555bac..652ba58 100644 --- a/modules/programs/zsh/default.nix +++ b/modules/programs/zsh/default.nix @@ -108,11 +108,7 @@ in description = "Enable zsh-syntax-highlighting."; }; - programs.zsh.enableFastSyntaxHighlighting = mkOption { - type = types.bool; - default = false; - description = lib.mdDoc "Enable zsh-fast-syntax-highlighting."; - }; + programs.zsh.enableFastSyntaxHighlighting = mkEnableOption "zsh-fast-syntax-highlighting"; }; config = mkIf cfg.enable { |
