mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Update modules/programs/zsh/default.nix
Changes added by Enzime Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
parent
897fc37c47
commit
48e5c8de1a
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue