mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
systemModules should be systemPackages in README example
This commit is contained in:
parent
06261fc472
commit
d2f733efb4
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ If you want to use it standalone, you can use the `makeNixvim` function:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{ pkgs, nixvim, ... }: {
|
{ pkgs, nixvim, ... }: {
|
||||||
environment.systemModules = [
|
environment.systemPackages = [
|
||||||
(nixvim.legacyPackages."${pkgs.stdenv.hostPlatform.system}".makeNixvim {
|
(nixvim.legacyPackages."${pkgs.stdenv.hostPlatform.system}".makeNixvim {
|
||||||
colorschemes.gruvbox.enable = true;
|
colorschemes.gruvbox.enable = true;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue