Tighten up evaluation
No need to bring along the unstable when I ended up never using it. Also, clean up some extra cruft in the tmux configuration
This commit is contained in:
@@ -17,10 +17,8 @@ in
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
shell = "${pkgs.myxonsh}/bin/xonsh";
|
||||
terminal = "xterm-256color";
|
||||
customPaneNavigationAndResize = true;
|
||||
#"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