From ca2cb82fe0b9821f97ebae0790ccb0384a9e0290 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Mon, 29 Sep 2025 16:17:31 +0200 Subject: [PATCH] tmux dracula --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 5dff52c..48dc997 100644 --- a/home.nix +++ b/home.nix @@ -1208,6 +1208,9 @@ in plugin = tmuxPlugins.resurrect; extraConfig = "set -g @resurrect-strategy-nvim 'session'"; } + { + plugin = tmuxPlugins.dracula; + } # { # plugin = tmuxPlugins.harpoon; # extraConfig = ''