We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e7c1e commit 950d02aCopy full SHA for 950d02a
1 file changed
wrapperModules/t/tmux/module.nix
@@ -36,7 +36,7 @@ in
36
options = {
37
sourceSensible = lib.mkOption {
38
type = lib.types.bool;
39
- default = true;
+ default = false;
40
description = "Start with defaults from tmuxPlugins.sensible";
41
};
42
secureSocket = lib.mkOption {
0 commit comments