From 086a29746c6dd03d5815253f120c79ab9cce66bc Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Fri, 29 Dec 2023 21:42:01 -0500 Subject: [PATCH] fixed font issues in tmux --- users/tacocat/programs/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tacocat/programs/tmux.nix b/users/tacocat/programs/tmux.nix index c395c5b..a63606b 100644 --- a/users/tacocat/programs/tmux.nix +++ b/users/tacocat/programs/tmux.nix @@ -10,7 +10,7 @@ newSession = true; shell = "${pkgs.fish}/bin/fish"; sensibleOnTop = true; - terminal = "screen-256color"; + terminal = "tmux-256color"; # extraConfig = '' # set -g default-terminal "screen-256color" # '';