diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-11-02 17:06:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-02 17:06:55 +0100 |
| commit | 2b7812a1295a0dc78fcd93ef40621a13e5325a2b (patch) | |
| tree | 0ef61bd56f42dbbfb63a0e0c519a68d9c0897930 /modules/programs | |
| parent | 6d4a821311196338957109f67ea50cbffe71f3b8 (diff) | |
| parent | 2ef552b4d0e90fade4cc0506163b7f459c35640d (diff) | |
Merge pull request #174 from herberteuler/master
tmux: clear __NIX_DARWIN_SET_ENVIRONMENT_DONE
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/tmux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index f3e3095..d11f016 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -18,6 +18,7 @@ let --set __ETC_ZPROFILE_SOURCED "" \ --set __ETC_ZSHENV_SOURCED "" \ --set __ETC_ZSHRC_SOURCED "" \ + --set __NIX_DARWIN_SET_ENVIRONMENT_DONE "" \ --add-flags -f --add-flags /etc/tmux.conf ''; |
