8 lines
109 B
Nix
8 lines
109 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins = {
|
|
nvim-autopairs.enable = true;
|
|
direnv.enable = true;
|
|
};
|
|
}
|