tmux
This commit is contained in:
13
modules/home-manager/tmux/default.nix
Normal file
13
modules/home-manager/tmux/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
tmux = {
|
||||
enable = true;
|
||||
shortcut = "Space";
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
tmuxp.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user