File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 224224 resurrect
225225 continuum
226226 ] ;
227- extraConfigBeforePlugins = ''
227+ extraConfig = ''
228228 bind c new-window -c "#{pane_current_path}"
229229 bind % split-window -h -c "#{pane_current_path}"
230230 bind '"' split-window -v -c "#{pane_current_path}"
231+ ${ lib . optionalString pkgs . stdenv . isDarwin ''
232+ set-option -g default-command "${ pkgs . reattach-to-user-namespace } /bin/reattach-to-user-namespace -l ${ pkgs . zsh } /bin/zsh"
233+ '' }
231234 '' ;
232235 } ;
233236
Original file line number Diff line number Diff line change 3939 } ;
4040 } ;
4141
42- programs . tmux . extraConfig = ''
43- set-option -g default-command "${ pkgs . reattach-to-user-namespace } /bin/reattach-to-user-namespace -l ${ pkgs . zsh } /bin/zsh"
44- '' ;
45-
4642 programs . zsh . sessionVariables . ANDROID_HOME = "${ config . home . homeDirectory } /Library/Android/sdk" ;
4743}
You can’t perform that action at this time.
0 commit comments