From a42fb668277f2510917b256a7ea51d26d143860f Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 26 Apr 2020 17:45:41 -0600 Subject: [PATCH] tmux: fix warning message --- profiles/develop/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/develop/tmux/default.nix b/profiles/develop/tmux/default.nix index e74744d1..b929acf9 100644 --- a/profiles/develop/tmux/default.nix +++ b/profiles/develop/tmux/default.nix @@ -29,7 +29,7 @@ in { shortcut = "a"; terminal = "tmux-256color"; baseIndex = 1; - extraTmuxConf = '' + extraConfig = '' ${readFile ./tmuxline.conf} ${readFile ./tmux.conf}