mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 02:51:07 +01:00
docs: use official names of NixOS, Home Manager and nix-darwin
This commit is contained in:
parent
e006fa229c
commit
4c4cac6445
11 changed files with 22 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ If Nixvim is built using the standalone method, you can access our "helpers" as
|
|||
}
|
||||
```
|
||||
|
||||
If Nixvim is being used as as a home-manager module, a nixos module, or as a darwin module, our "helpers" can be accessed via the `config.lib` option:
|
||||
If Nixvim is being used as as a Home Manager module, a NixOS module, or as a nix-darwin module, our "helpers" can be accessed via the `config.lib` option:
|
||||
|
||||
```nix
|
||||
{ config, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue