From 2a264c17d5fb3673eeec891ea4a82027a41addc3 Mon Sep 17 00:00:00 2001 From: Gugu72 Date: Sun, 27 Apr 2025 21:29:57 +0200 Subject: [PATCH] zsh: add type to zprof.enable option (#6916) --- modules/programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index e55e8479..4b060a2f 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -413,6 +413,7 @@ in }; zprof.enable = mkOption { + type = types.bool; default = false; description = '' Enable zprof in your zshrc.