summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorTrevor Opiyo <driest.gravels_0j@icloud.com>2024-11-06 01:10:24 -0600
committerGitHub <noreply@github.com>2024-11-06 01:10:24 -0600
commit48e5c8de1a4575441b46cb174afebfa02732c0ff (patch)
tree3eaab5e3f157da1cfb0c0bd3f6ce777cf17d7e41 /modules/programs
parent897fc37c47d2592c475f8732f3f1a4fbc9f18f9e (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.nix6
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 {