Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
* refs/remotes/origin/master:
  use unstable tmux to stop nvim crashing it
  • Loading branch information
billimek committed Oct 30, 2024
2 parents 8bc1405 + 4b0ef3e commit 42739be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/common/features/cli/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{
programs.tmux = {
enable = true;
package = pkgs.unstable.tmux;
terminal = "tmux-256color";
aggressiveResize = true;
baseIndex = 1;
Expand Down

0 comments on commit 42739be

Please sign in to comment.