Skip to content

Commit

Permalink
systemModules should be systemPackages in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanzan authored and MattSturgeon committed Jul 21, 2024
1 parent 06261fc commit d2f733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})
Expand Down

0 comments on commit d2f733e

Please sign in to comment.