From c0ad5a00ba561985d3f9c7427d253c87ab03a65d Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 21 Dec 2024 15:14:48 -0500 Subject: [PATCH] fix tmux term weird --- home/tmux.nix | 2 +- home/yt/chunk.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/tmux.nix b/home/tmux.nix index 360b243..11c968a 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -20,7 +20,7 @@ ]; prefix = "C-f"; sensibleOnTop = true; - terminal = "tmux-256color"; + terminal = "foot"; extraConfig = '' bind h select-pane -L bind j select-pane -D diff --git a/home/yt/chunk.nix b/home/yt/chunk.nix index f444562..92c0999 100644 --- a/home/yt/chunk.nix +++ b/home/yt/chunk.nix @@ -40,5 +40,6 @@ yt-dlp gnumake btop + foot.terminfo ]; }