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

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
1 changed files with 3 additions and 0 deletions

View File

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