feat: conditionally write which-key registers

This commit is contained in:
NotAShelf 2023-02-17 13:49:29 +03:00
commit b4027c4bba
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 111 additions and 51 deletions

View file

@ -1,11 +0,0 @@
{
config,
lib,
pkgs,
...
}: {
imports = [
./which-key.nix
./cheatsheet.nix
];
}