hosts: homes: cloudtop: enable tmux passthrough
Some checks failed
ci/woodpecker/push/check Pipeline failed

Mostly used for my `osc52` and `osc777` scripts.
This commit is contained in:
Bruno BELANYI 2023-08-21 13:20:22 +00:00
parent ca1d439e7a
commit 5b59a9cf82

View file

@ -14,4 +14,7 @@
}; };
programs.git.package = lib.mkForce pkgs.emptyDirectory; programs.git.package = lib.mkForce pkgs.emptyDirectory;
# I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true;
} }