diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index ed0bc9c..b032e15 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -45,6 +45,7 @@ in enableZshIntegration = shellType == "zsh"; installBatSyntax = true; installVimSyntax = true; + settings.term = "xterm-256color"; }; }; };