approximating towards my dotfile
This commit is contained in:
parent
137572e171
commit
3bd0ddeae3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue