diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 92d33a3..419f7bf 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -216,6 +216,7 @@ cr = "cd $(git rev-parse --show-toplevel)"; nd = "nix develop -c $SHELL"; ls = "ls --color"; + tmux = "tmux -2"; }; oh-my-zsh = { enable = true;