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