diff --git a/modules/home.nix b/modules/home.nix index cbc668f..1afa66d 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -57,7 +57,10 @@ programs.tmux = { enable = true; historyLimit = 100000; + baseIndex = 1; plugins = with pkgs; [ + tmuxPlugins.sensible + tmuxPlugins.dracula ]; }; # This value determines the Home Manager release that your