nix-config/modules/default/nixos/nixvim/whichkey.nix
2025-02-09 16:49:24 +01:00

10 lines
96 B
Nix

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