Skip to content

Commit

Permalink
tmux: set sensibleOnTop = false as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Nov 16, 2024
1 parent 1d0862e commit d69b613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d69b613

Please sign in to comment.