diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-17 23:14:55 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-17 23:14:55 +0100 |
| commit | cf6d081c29dc7e4549e1a91c5c66dd211119d5ce (patch) | |
| tree | 4ed8e4a7ef3a3bd86585acb6c13ae9a7b7b42366 /modules/programs | |
| parent | 0c4fbaf0d94b7de981ef798cedad2fa4ca03caed (diff) | |
fix types for environment variables
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index 9aadfaa..79abeb1 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -35,7 +35,7 @@ in { }; programs.tmux.loginShell = mkOption { - type = types.path; + type = types.str; default = "$SHELL"; description = '' Configure default login shell. |
