diff --git a/system/shared/shared-configuration.nix b/system/shared/shared-configuration.nix index 6e15789..31ab125 100644 --- a/system/shared/shared-configuration.nix +++ b/system/shared/shared-configuration.nix @@ -55,7 +55,7 @@ nixpkgs.config.allowUnfree = true; - programs.ssh { + programs.ssh = { startAgent = true; }; diff --git a/users/tsv/tmux.conf b/users/tsv/tmux.conf index 86c8b7d..482b98b 100644 --- a/users/tsv/tmux.conf +++ b/users/tsv/tmux.conf @@ -8,6 +8,8 @@ set-option -g prefix C-o unbind-key C-b set -g default-terminal "tmux-256color" +set -as terminal-features ",xterm-256color:RGB" + set -g history-limit 10000 set -g history-file ~/.dotfiles/.tmux_history