From 3bd0ddeae30b74a92da81e13a6c03ec8b5341f62 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Feb 2025 01:55:42 +0300 Subject: [PATCH] approximating towards my dotfile --- modules/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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