hosts: home: mousqueton: enable 'tmux-resurrect'

This commit is contained in:
Bruno BELANYI 2025-02-25 13:39:46 +00:00
parent 84f1186b6c
commit 105bcbd53a

View file

@ -15,6 +15,9 @@
# I use scripts that use the passthrough sequence often on this host
enablePassthrough = true;
# Frequent reboots mean that session persistence can be handy
enableResurrect = true;
terminalFeatures = {
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
xterm-256color = { };