home: tmux: switch to catppuccin for tmux theme

This commit is contained in:
Antoine Martin 2025-02-22 16:14:32 +01:00
parent 1068a3a041
commit 428fb20ecf

View file

@ -34,9 +34,10 @@ in {
'';
}
{
plugin = tmuxPlugins.tmux-colors-solarized;
plugin = pkgs.tmuxPlugins.catppuccin;
extraConfig = ''
set -g @colors-solarized 'light'
set -g @catppuccin_flavor 'latte'
set -g @catppuccin_window_status_style "rounded"
'';
}
];