home | add tmuxinator and neovim module

This commit is contained in:
Don Harper 2023-07-02 00:05:33 -05:00
parent b28639701d
commit ba30e93eec
4 changed files with 112 additions and 0 deletions

7
home/tmux.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.tmux = {
enable = true;
tmuxinator.enable = true;
};
}