{ pkgs, ... }: { programs.tmux = { enable = true; extraConfig = '' set -g allow-passthrough on set -g default-shell "${pkgs.zsh}/bin/zsh" set-window-option -g mode-keys vi ''; terminal = "screen-256color"; #shell = "${pkgs.zsh}/bin/zsh"; }; }