nvf/modules/utility/binds/default.nix
2023-02-17 13:51:15 +03:00

12 lines
92 B
Nix

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