1
0
Fork 0
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:
Trevor Opiyo 2024-11-06 01:10:24 -06:00 committed by GitHub
parent 897fc37c47
commit 48e5c8de1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {