Update packages and xonsh
This commit is contained in:
+2
-2
@@ -24,10 +24,10 @@ in
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
shell = "${pkgs.xonsh}/bin/xonsh";
|
||||
shell = "${pkgs.myxonsh}/bin/xonsh";
|
||||
terminal = "xterm-256color";
|
||||
customPaneNavigationAndResize = true;
|
||||
#"set-option -g default-command ${pkgs.xonsh}/bin/xonsh"
|
||||
#"set-option -g default-command ${pkgs.myxonsh}/bin/xonsh"
|
||||
extraConfig = (lib.strings.concatStringsSep "\n" [
|
||||
"bind P paste-buffer"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user