diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index 066c66a..36cde7f 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -11,7 +11,6 @@ config = lib.mkIf config.crony.tmux.enable { # Enable custom tmux bar settings home.sessionVariables = { - TINTED_TMUX_OPTION_ACTIVE = 1; TINTED_TMUX_OPTION_STATUSBAR = 1; };