From cf6d081c29dc7e4549e1a91c5c66dd211119d5ce Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 17 Dec 2016 23:14:55 +0100 Subject: fix types for environment variables --- modules/programs/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/programs') 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. -- cgit v1.2.3