mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Compare commits
3 commits
bf22c22ce5
...
6941da67f5
Author | SHA1 | Date | |
---|---|---|---|
|
6941da67f5 | ||
|
5a450f2b24 | ||
|
228dcac45e |
1 changed files with 5 additions and 4 deletions
|
@ -19,11 +19,12 @@
|
|||
# request.
|
||||
packages.dev = let
|
||||
configuration = {};
|
||||
in
|
||||
(lib.nvim.neovimConfiguration {
|
||||
|
||||
customNeovim = lib.nvim.neovimConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [configuration];
|
||||
})
|
||||
.neovim;
|
||||
};
|
||||
in
|
||||
customNeovim.neovim;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue