10 lines
143 B
Nix
10 lines
143 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.nixvim.plugins = {
|
||
|
nvim-autopairs.enable = true;
|
||
|
direnv.enable = true;
|
||
|
tmux-navigator.enable = true;
|
||
|
};
|
||
|
}
|