feat(home): fix tmux colors and scrolling

This commit is contained in:
2026-02-13 07:59:52 +01:00
parent da508bd8f9
commit e034b24fe7

View File

@@ -3,7 +3,9 @@
programs.tmux = { programs.tmux = {
enable = true; enable = true;
escapeTime = 0; escapeTime = 0;
mouse = true;
extraConfig = '' extraConfig = ''
set -g default-terminal "screen-256color"
set -g @catppuccin_flavor 'mocha' set -g @catppuccin_flavor 'mocha'
''; '';
plugins = with pkgs; [ plugins = with pkgs; [