feat: auto-start tmux
parent
5afc16584c
commit
7fb3c98ae4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue