1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 16:02:48 +01:00

docs: use official names of NixOS, Home Manager and nix-darwin

This commit is contained in:
Axel Karjalainen 2025-10-17 19:39:25 +03:00 committed by Matt Sturgeon
parent e006fa229c
commit 4c4cac6445
11 changed files with 22 additions and 22 deletions

View file

@ -72,7 +72,7 @@ in
When enabled, the nixvim config will be passed to `nvim` using the `-u` option.
'';
defaultText = lib.literalMD ''
Configured by your installation method: `false` when using the home-manager module, `true` otherwise.
Configured by your installation method: `false` when using the Home Manager module, `true` otherwise.
'';
};
@ -84,7 +84,7 @@ in
If disabled, the XDG config dirs `nvim` and `nvim/after` will be removed from the runtimepath.
'';
defaultText = lib.literalMD ''
Configured by your installation method: `true` when using the home-manager module, `false` otherwise.
Configured by your installation method: `true` when using the Home Manager module, `false` otherwise.
'';
};