diff --git a/shared/home/default.nix b/shared/home/default.nix index 32277ab..46c3a1b 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -200,6 +200,7 @@ in { # neovim :checkhealth set-option -sg escape-time 10 set-option -g default-terminal "screen-256color" + set-option -sa terminal-features ',xterm-256color:RGB' ''; }; }