flake: fix neovimConfiguration in top-level lib (#345)

This commit is contained in:
diniamo 2024-07-20 10:22:13 +02:00 committed by GitHub
parent 9c93e9a9c0
commit cbff0e4715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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