From 67f5db9cfd56ec45dcc5234d99edec7428d12107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:18:36 +0100 Subject: [PATCH] modules/keymaps: fix bug in keymaps generation (#184) --- lib/helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.nix b/lib/helpers.nix index 3b9618ed..c2e76e37 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -60,7 +60,7 @@ with lib; rec { action = if action.lua then mkRaw action.action - else action; + else action.action; }) maps; in