feat: auto-start tmux

main
mandlm 2022-06-20 08:16:39 +02:00
parent 5afc16584c
commit 7fb3c98ae4
1 changed files with 7 additions and 1 deletions

View File

@ -70,9 +70,15 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "tmux" "vi-mode" ]; plugins = [ "git" "sudo" "tmux" "vi-mode" ];
theme = "intheloop"; theme = "intheloop";
}; };
localVariables = {
ZSH_TMUX_AUTOSTART = true;
ZSH_TMUX_AUTOCONNECT = true;
ZSH_TMUX_UNICODE = true;
};
}; };
home-manager.enable = true; home-manager.enable = true;