summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/tmux.nix b/tmux.nix
index feff8e9..9ed3ffd 100644
--- a/tmux.nix
+++ b/tmux.nix
@@ -2,7 +2,8 @@
config,
pkgs,
...
-}: {
+}:
+{
programs.tmux = {
enable = true;
shell = "${pkgs.fish}/bin/fish";
@@ -13,7 +14,10 @@
disableConfirmationPrompt = true;
mouse = true;
newSession = true;
- plugins = with pkgs.tmuxPlugins; [sensible];
+ plugins = with pkgs.tmuxPlugins; [
+ sensible
+ vim-tmux-navigator
+ ];
extraConfig = ''
unbind %