mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
feat(home): fix tmux colors and scrolling
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user