neovim-flake/modules/binds/default.nix

12 lines
100 B
Nix
Raw Normal View History

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