modules/keymaps: fix bug in keymaps generation (#184)

This commit is contained in:
Gaétan Lepage 2023-02-23 10:18:36 +01:00 committed by GitHub
parent 98ab10b8f2
commit 67f5db9cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ with lib; rec {
action = action =
if action.lua if action.lua
then mkRaw action.action then mkRaw action.action
else action; else action.action;
}) })
maps; maps;
in in