9 lines
99 B
Nix
9 lines
99 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.which-key = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
};
|
|
}
|