nvf: add custom theme module \

This commit is contained in:
ooks-io 2025-01-09 21:57:30 +11:00
parent e2a4f1c4bb
commit 1c29de52d3
7 changed files with 166 additions and 1 deletions

View file

@ -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