mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
zsh: add type to zprof.enable option (#6916)
This commit is contained in:
@@ -413,6 +413,7 @@ in
|
||||
};
|
||||
|
||||
zprof.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable zprof in your zshrc.
|
||||
|
||||
Reference in New Issue
Block a user