From cbff0e47159f6f4cb0595855ce84ba8d7dfdfe59 Mon Sep 17 00:00:00 2001 From: diniamo <55629891+diniamo@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:22:13 +0200 Subject: [PATCH] flake: fix neovimConfiguration in top-level lib (#345) --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7c3c38f..0290638 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,8 @@ flake = { lib = { - inherit (lib) nvim neovimConfiguration; + inherit (lib) nvim; + inherit (lib.nvim) neovimConfiguration; }; homeManagerModules = {