diff --git a/home/tmux.nix b/home/tmux.nix
index 47f5cc3..45401c3 100644
--- a/home/tmux.nix
+++ b/home/tmux.nix
@@ -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"
           '';
         }
       ];