nvf: add custom theme module \
This commit is contained in:
parent
e2a4f1c4bb
commit
1c29de52d3
7 changed files with 166 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
hozen,
|
||||
...
|
||||
}: let
|
||||
ooks-vim = inputs.nvf.lib.neovimConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
extraSpecialArgs = {inherit inputs hozen;};
|
||||
modules = [
|
||||
./config
|
||||
./modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue