systemModules should be systemPackages in README example

This commit is contained in:
Sorin Iclanzan 2024-07-21 12:14:31 -04:00 committed by Matt Sturgeon
parent 06261fc472
commit d2f733efb4

View file

@ -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;
})