From e5587746716196aecb419110d186920134525094 Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Fri, 15 May 2026 14:29:00 -0700 Subject: [PATCH] fix(wrapperModules.tmux): sensible defaults for sensible closes https://github.com/BirdeeHub/nix-wrapper-modules/issues/526 (I agree with the observation) --- wrapperModules/t/tmux/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapperModules/t/tmux/module.nix b/wrapperModules/t/tmux/module.nix index abc64a3b..dcadbdc6 100644 --- a/wrapperModules/t/tmux/module.nix +++ b/wrapperModules/t/tmux/module.nix @@ -36,7 +36,7 @@ in options = { sourceSensible = lib.mkOption { type = lib.types.bool; - default = true; + default = false; description = "Start with defaults from tmuxPlugins.sensible"; }; secureSocket = lib.mkOption {