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:
Bruno BELANYI 2023-02-22 16:09:15 +00:00
parent 55b828cba9
commit 06989facc2

View file

@ -1,4 +1,7 @@
{ ... }: { ... }:
{ {
# To be filled out my.home = {
# Always start a tmux session when opening a shell session
zsh.launchTmux = true;
};
} }