Files
nixos-config/profiles/base/home-manager/neovim/plugins/which-key.nix
2025-08-05 17:12:36 +02:00

6 lines
68 B
Nix

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