This commit is contained in:
Thomas Zeger 2024-05-01 04:53:27 +00:00 committed by GitHub
commit 1179cd41dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ in {
shell = mkOption {
default = defaultShell;
example = "\${pkgs.zsh}/bin/zsh";
example = "/${pkgs.zsh}/bin/zsh";
type = with types; nullOr str;
description = "Set the default-shell tmux variable.";
};