mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
Compare commits
2 commits
1e7caf2dfd
...
1c6415b5ae
Author | SHA1 | Date | |
---|---|---|---|
1c6415b5ae | |||
|
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