neovim-flake/modules/keys/default.nix

7 lines
67 B
Nix

{
config,
lib,
pkgs,
...
}: {imports = [./which-key.nix];}