From 0966e495b701bbe880a7c793e64310688bb3f69d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 4 Jul 2025 11:52:03 +0000 Subject: [PATCH] feat: add catpuccin theme to tmux :art: --- nixos/tmux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tmux.nix b/nixos/tmux.nix index 1d37111..bda4238 100644 --- a/nixos/tmux.nix +++ b/nixos/tmux.nix @@ -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 + ]; }; }