Configure tmux

This commit is contained in:
greg-compass
2022-09-19 13:26:51 -05:00
parent 206f84c4da
commit adf8b20d29
+9
View File
@@ -35,6 +35,15 @@ in {
] ++ guiImports;
programs.tmux = {
enable = true;
keyMode = "vi";
shell = "${pkgs.xonsh}/bin/xonsh";
terminal = "xterm-256color";
customPaneNavigationAndResize = true;
extraConfig = "set-option -g default-command ${pkgs.xonsh}/bin/xonsh";
};
home.stateVersion = "22.05";
home.packages = with pkgs; [
bitwarden-cli