mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
flake: fix neovimConfiguration in top-level lib (#345)
This commit is contained in:
parent
9c93e9a9c0
commit
cbff0e4715
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
|
||||
flake = {
|
||||
lib = {
|
||||
inherit (lib) nvim neovimConfiguration;
|
||||
inherit (lib) nvim;
|
||||
inherit (lib.nvim) neovimConfiguration;
|
||||
};
|
||||
|
||||
homeManagerModules = {
|
||||
|
|
Loading…
Reference in a new issue