approximating towards my dotfile

This commit is contained in:
Osman Faruk Bayram 2025-02-04 01:55:42 +03:00
parent 137572e171
commit 3bd0ddeae3

View file

@ -57,7 +57,10 @@
programs.tmux = { programs.tmux = {
enable = true; enable = true;
historyLimit = 100000; historyLimit = 100000;
baseIndex = 1;
plugins = with pkgs; [ plugins = with pkgs; [
tmuxPlugins.sensible
tmuxPlugins.dracula
]; ];
}; };
# This value determines the Home Manager release that your # This value determines the Home Manager release that your