From d2f733efb4962903b77af330c4c03a63f2f72968 Mon Sep 17 00:00:00 2001 From: Sorin Iclanzan Date: Sun, 21 Jul 2024 12:14:31 -0400 Subject: [PATCH] systemModules should be systemPackages in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b901c0e..019bf853 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ If you want to use it standalone, you can use the `makeNixvim` function: ```nix { pkgs, nixvim, ... }: { - environment.systemModules = [ + environment.systemPackages = [ (nixvim.legacyPackages."${pkgs.stdenv.hostPlatform.system}".makeNixvim { colorschemes.gruvbox.enable = true; })