flake: fix neovimConfiguration in top-level lib

This commit is contained in:
diniamo 2024-07-20 10:16:22 +02:00
commit d0fe800440

View file

@ -25,7 +25,8 @@
flake = {
lib = {
inherit (lib) nvim neovimConfiguration;
inherit (lib) nvim;
inherit (lib.nvim) neovimConfiguration;
};
homeManagerModules = {