This commit is contained in:
xqtc 2025-03-30 17:57:26 +02:00
parent 05a2a51231
commit e16f606c97
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,13 @@
'';
plugins = with pkgs;[
tmuxPlugins.cpu
tmuxPlugins.resurrect
{
plugin = tmuxPlugins.continuum;
extraConfig = ''
set -g @continuum-restore 'on'
'';
}
{
plugin = tmuxPlugins.yank;
extraConfig = ''

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB