feat: add catpuccin theme to tmux 🎨

This commit is contained in:
DannyDannyDanny 2025-07-04 11:52:03 +00:00
parent 440c69b862
commit 0966e495b7

View file

@ -53,5 +53,9 @@
# fix ssh agent when tmux is detached
# setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
'';
plugins = [
#pkgs.tmuxPlugins.
pkgs.tmuxPlugins.catppuccin
];
};
}