From d6a66851feb5393911665a34bcaecd72fe6e5bd9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 22 Feb 2024 07:24:13 +0000 Subject: [PATCH] wrappers: add env-specific config as part of NixVim module (#1075) * wrappers: add env-specific config as part of NixVim module * docs: add section for env-specific module arguments --- docs/user-guide/install.md | 3 +++ wrappers/darwin.nix | 5 ++++- wrappers/hm.nix | 5 ++++- wrappers/nixos.nix | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index a55a23ec..ecf82f62 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -57,6 +57,9 @@ The imports can be added as a `imports = [ ]` in a configuration You will then be able to enable nixvim through `programs.nixvim.enable = true`, and configure the options as `programs.nixvim...