modules/plugins: fix invalid mkIf parent

This commit is contained in:
raf 2024-02-23 19:01:33 +03:00
commit 2165b0970a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 3 additions and 4 deletions

View file

@ -3,8 +3,7 @@
lib,
...
}: let
inherit (lib.options) mkIf;
inherit (lib.modules) mkMerge;
inherit (lib.modules) mkMerge mkIf;
inherit (lib.nvim.dag) entryAnywhere;
inherit (lib.nvim.binds) mkExprBinding mkBinding;