From 5b59a9cf82a68342086803edfd7eb6e2294d2b55 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 21 Aug 2023 13:20:22 +0000 Subject: [PATCH] hosts: homes: cloudtop: enable tmux passthrough Mostly used for my `osc52` and `osc777` scripts. --- hosts/homes/ambroisie@ambroisie/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/homes/ambroisie@ambroisie/default.nix b/hosts/homes/ambroisie@ambroisie/default.nix index 94efc09..9096610 100644 --- a/hosts/homes/ambroisie@ambroisie/default.nix +++ b/hosts/homes/ambroisie@ambroisie/default.nix @@ -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; }