nixos/home/programs/nvim/whichkey.nix
2024-06-14 10:00:54 +02:00

4 lines
53 B
Nix

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