mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
lnl: unset etc variables in tmux environment
This commit is contained in:
parent
ba0f7e7005
commit
b933e03c15
1 changed files with 3 additions and 0 deletions
|
@ -169,6 +169,9 @@
|
|||
|
||||
mkdir -p $out/bin
|
||||
makeWrapper ${pkgs.tmux}/bin/tmux $out/bin/tmux \
|
||||
--set __ETC_ZPROFILE_SOURCED "" \
|
||||
--set __ETC_ZSHENV_SOURCED "" \
|
||||
--set __ETC_ZSHRC_SOURCED "" \
|
||||
--add-flags -f --add-flags /run/current-system/etc/tmux.conf
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue