diff --git a/profiles/develop/tmux/default.nix b/profiles/develop/tmux/default.nix index f3792434..88fa2bd5 100644 --- a/profiles/develop/tmux/default.nix +++ b/profiles/develop/tmux/default.nix @@ -30,6 +30,10 @@ let ]; in { + environment.shellAliases = { + tx = "tmux new-session -A -s $USER"; + }; + programs.tmux = { enable = true; aggressiveResize = true;