From d69b61354341e84fa15edb18029baefc73ec2693 Mon Sep 17 00:00:00 2001 From: gen740 <54583542+gen740@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:37:57 +0900 Subject: [PATCH] tmux: set `sensibleOnTop = false` as a default fix #5952 --- modules/programs/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index b68fd8d5e..38a184c94 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -239,7 +239,7 @@ in { sensibleOnTop = mkOption { type = types.bool; - default = true; + default = false; description = '' Run the sensible plugin at the top of the configuration. It is possible to override the sensible settings using the