From 364f469dea10e6d86cfcad8bfdf236a5b9117054 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Wed, 30 Aug 2023 17:53:26 +0100 Subject: [PATCH] Add tmux terminal setting --- system/shared/shared-configuration.nix | 2 +- users/tsv/tmux.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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