From a87e82896861b2cff3e508038861b8cd308b3383 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 1 Jun 2024 22:18:31 -0400 Subject: [PATCH] fixed tmux --- src/user/modules/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/modules/tmux/default.nix b/src/user/modules/tmux/default.nix index 86ccd6c..d73b959 100644 --- a/src/user/modules/tmux/default.nix +++ b/src/user/modules/tmux/default.nix @@ -24,7 +24,7 @@ in mouse = if wm.enable then true else false; prefix = "M"; - shell = "\${pkgs.bash}/bin/bash"; + #shell = "\${pkgs.bash}/bin/bash"; plugins = with pkgs.tmuxPlugins; [ {