Skip to content

Commit d2f733e

Browse files
iclanzanMattSturgeon
authored andcommitted
systemModules should be systemPackages in README example
1 parent 06261fc commit d2f733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If you want to use it standalone, you can use the `makeNixvim` function:
175175

176176
```nix
177177
{ pkgs, nixvim, ... }: {
178-
environment.systemModules = [
178+
environment.systemPackages = [
179179
(nixvim.legacyPackages."${pkgs.stdenv.hostPlatform.system}".makeNixvim {
180180
colorschemes.gruvbox.enable = true;
181181
})

0 commit comments

Comments
 (0)