Fix wrongly escaping symbol
This commit is contained in:
parent
6d3b6dc922
commit
de9bb8e0a0
|
@ -274,7 +274,7 @@ in {
|
||||||
|
|
||||||
shell = mkOption {
|
shell = mkOption {
|
||||||
default = defaultShell;
|
default = defaultShell;
|
||||||
example = "\${pkgs.zsh}/bin/zsh";
|
example = "/${pkgs.zsh}/bin/zsh";
|
||||||
type = with types; nullOr str;
|
type = with types; nullOr str;
|
||||||
description = "Set the default-shell tmux variable.";
|
description = "Set the default-shell tmux variable.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue