8 lines
119 B
Nix
8 lines
119 B
Nix
|
{
|
||
|
flake.modules.nixvim.custom =
|
||
|
{ pkgs, ... }:
|
||
|
{
|
||
|
extraPlugins = [ pkgs.vimPlugins.vim-cool ];
|
||
|
};
|
||
|
}
|