keymaps: fix null key problems

This commit is contained in:
Ching Pei Yang 2024-12-05 00:09:40 +01:00
commit 745da4539e
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
mapConfigOptions
// {
key = mkOption {
type = str;
type = nullOr str;
description = "The key that triggers this keybind.";
};
mode = mkOption {