Skip to content

Commit bbf9f28

Browse files
committed
reattach to user namespace
1 parent fee8d51 commit bbf9f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/home/os-specific/darwin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
};
4141

4242
programs.tmux.extraConfig = ''
43-
set-option -g default-command "${pkgs.reattach-to-user-namespace} -l ${pkgs.zsh}/bin/zsh"
43+
set-option -g default-command "${pkgs.reattach-to-user-namespace}/bin/reattach-to-user-namespace -l ${pkgs.zsh}/bin/zsh"
4444
'';
4545

4646
programs.zsh.sessionVariables.ANDROID_HOME = "${config.home.homeDirectory}/Library/Android/sdk";

0 commit comments

Comments
 (0)