nix-config/modules/nixos/nixvim/whichkey.nix
2025-05-30 21:10:10 +02:00

10 lines
96 B
Nix

{ ... }:
{
programs.nixvim.plugins = {
which-key = {
enable = true;
};
};
}