Update packages and xonsh

This commit is contained in:
Greg Hellings
2024-07-15 15:27:23 -05:00
parent f9652d77e5
commit 73739228fb
10 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -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"
]);
+1 -1
View File
@@ -81,7 +81,7 @@ in with lib; {
in mkIf cfg.enable {
home.packages = [ pkgs.xonsh ];
home.packages = [ pkgs.myxonsh ];
home.file.".xonshrc".text = ''
${cfg.configHeader}