machines: porthos: home: enable tmux auto-launch
I'm about to flip the default to always disabled, so enable it explicitly.
This commit is contained in:
parent
55b828cba9
commit
06989facc2
|
@ -1,4 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
# To be filled out
|
||||
my.home = {
|
||||
# Always start a tmux session when opening a shell session
|
||||
zsh.launchTmux = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue