mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15: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
|
||||
{ pkgs, nixvim, ... }: {
|
||||
environment.systemModules = [
|
||||
environment.systemPackages = [
|
||||
(nixvim.legacyPackages."${pkgs.stdenv.hostPlatform.system}".makeNixvim {
|
||||
colorschemes.gruvbox.enable = true;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue