neovim-flake/modules/utility/binds/default.nix

12 lines
92 B
Nix
Raw Normal View History

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