summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-12-17 23:14:55 +0100
committerDaiderd Jordan <daiderd@gmail.com>2016-12-17 23:14:55 +0100
commitcf6d081c29dc7e4549e1a91c5c66dd211119d5ce (patch)
tree4ed8e4a7ef3a3bd86585acb6c13ae9a7b7b42366 /modules/programs
parent0c4fbaf0d94b7de981ef798cedad2fa4ca03caed (diff)
fix types for environment variables
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/tmux.nix2
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.