add final touches

This commit is contained in:
Osman Faruk Bayram 2025-02-04 02:09:43 +03:00
parent 7b963c0074
commit 1444347997

View file

@ -59,8 +59,10 @@
historyLimit = 100000; historyLimit = 100000;
baseIndex = 1; baseIndex = 1;
shortcut = "s"; shortcut = "s";
mouse = true;
plugins = with pkgs; [ plugins = with pkgs; [
tmuxPlugins.sensible tmuxPlugins.sensible
tmuxPlugins.better-mouse-mode
# tmuxPlugins.dracula # tmuxPlugins.dracula
{ {
plugin = pkgs.tmuxPlugins.dracula; plugin = pkgs.tmuxPlugins.dracula;
@ -74,6 +76,10 @@
''; '';
} }
]; ];
extraConfig = ''
# Automatically renumber windows
set -g renumber-windows on
'';
}; };
# This value determines the Home Manager release that your # This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage