home | add tmuxinator and neovim module
This commit is contained in:
parent
b28639701d
commit
ba30e93eec
4 changed files with 112 additions and 0 deletions
7
home/tmux.nix
Normal file
7
home/tmux.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
tmuxinator.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue