This commit is contained in:
2024-02-27 13:54:00 -05:00
parent 045b59feb2
commit 9cb3f571d6
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, config, ... }:
{
programs = {
tmux = {
enable = true;
shortcut = "Space";
mouse = true;
baseIndex = 1;
tmuxp.enable = true;
};
};
}