mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-14 04:55:57 +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 = {
|
flake = {
|
||||||
lib = {
|
lib = {
|
||||||
inherit (lib) nvim neovimConfiguration;
|
inherit (lib) nvim;
|
||||||
|
inherit (lib.nvim) neovimConfiguration;
|
||||||
};
|
};
|
||||||
|
|
||||||
homeManagerModules = {
|
homeManagerModules = {
|
||||||
|
|
Loading…
Reference in a new issue