fix types for environment variables
This commit is contained in:
parent
0c4fbaf0d9
commit
cf6d081c29
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ in {
|
|||
};
|
||||
|
||||
programs.tmux.loginShell = mkOption {
|
||||
type = types.path;
|
||||
type = types.str;
|
||||
default = "$SHELL";
|
||||
description = ''
|
||||
Configure default login shell.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue