We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee8d51 commit bbf9f28Copy full SHA for bbf9f28
nix/home/os-specific/darwin.nix
@@ -40,7 +40,7 @@ in
40
};
41
42
programs.tmux.extraConfig = ''
43
- set-option -g default-command "${pkgs.reattach-to-user-namespace} -l ${pkgs.zsh}/bin/zsh"
+ set-option -g default-command "${pkgs.reattach-to-user-namespace}/bin/reattach-to-user-namespace -l ${pkgs.zsh}/bin/zsh"
44
'';
45
46
programs.zsh.sessionVariables.ANDROID_HOME = "${config.home.homeDirectory}/Library/Android/sdk";
0 commit comments