Skip to content

Commit

Permalink
Update modules/programs/zsh/default.nix
Browse files Browse the repository at this point in the history
Changes added by Enzime

Co-authored-by: Michael Hoang <[email protected]>
  • Loading branch information
motheki and Enzime authored Nov 6, 2024
1 parent 897fc37 commit 48e5c8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/programs/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 48e5c8d

Please sign in to comment.