diff --git a/home/default.nix b/home/default.nix index 1d189ae..0078a62 100644 --- a/home/default.nix +++ b/home/default.nix @@ -260,13 +260,6 @@ in plugin = copycat; extraConfig = "set -g @plugin 'tmux-plugins/tmux-copycat'"; } - { - plugin = tmux-colors-solarized; - extraConfig = '' - set -g @plugin 'seebi/tmux-colors-solarized' - set -g @colors-solarized 'dark' - ''; - } { plugin = resurrect; extraConfig = '' @@ -291,17 +284,10 @@ in set-window-option -g automatic-rename on set-option -g set-titles on - # Proper colors - set-option -sa terminal-features ',alacritty:RGB' - - # Undercurl - set-option -g default-terminal "tmux-256color" - set-option -ga terminal-features ",alacritty:usstyle" - - set-option -g default-shell $SHELL - set -g mouse on + set -g default-command "zsh" + set -g status-left-length 30 set -g status-right-length 150