aboutsummaryrefslogtreecommitdiff
path: root/modules/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tmux')
-rw-r--r--modules/tmux/default.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix
index b913add..fee49fa 100644
--- a/modules/tmux/default.nix
+++ b/modules/tmux/default.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
let
cfg = config.modules.tmux;
scheme = config.modules.scheme;
@@ -54,13 +59,12 @@ in
# {
# plugin = vim.tmux-navigatior;
# extraConfig = ''
- # set -g
+ # set -g
# '';
# }
];
- extraConfig =
- ''
+ extraConfig = ''
set -g default-terminal "screen-256color"
# set -g default-command zsh # this fixes colors for some reason
set -g renumber-windows on