nixos/home/programs/nvim/plugins/whichkey.nix
2024-06-17 19:45:21 +02:00

4 lines
53 B
Nix

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