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

View file

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