mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 12:28:02 +01:00
feat(home): fix tmux colors and scrolling
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
escapeTime = 0;
|
||||
mouse = true;
|
||||
extraConfig = ''
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g @catppuccin_flavor 'mocha'
|
||||
'';
|
||||
plugins = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user