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 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
# To be filled out
|
my.home = {
|
||||||
|
# Always start a tmux session when opening a shell session
|
||||||
|
zsh.launchTmux = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue