mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
25 lines
598 B
Markdown
25 lines
598 B
Markdown
|
# Platform-specific options
|
||
|
|
||
|
All of Nixvim's options are available within `programs.nixvim.*` when Nixvim is used via wrapper modules,
|
||
|
such as our NixOS, home-manager, or nix-darwin modules.
|
||
|
|
||
|
When Nixvim is used standalone (without a wrapper module), its options are available at the "top-level".
|
||
|
See [Standalone Usage](./standalone.md) for more info.
|
||
|
|
||
|
There are a few wrapper specific options that are documented below:
|
||
|
|
||
|
## NixOS
|
||
|
|
||
|
@NIXOS_OPTIONS@
|
||
|
|
||
|
## home-manager
|
||
|
|
||
|
@HM_OPTIONS@
|
||
|
|
||
|
## nix-darwin
|
||
|
|
||
|
@DARWIN_OPTIONS@
|
||
|
|
||
|
<!-- TODO: Add @STANDALONE_OPTIONS@ if we ever have standalone-specific options -->
|
||
|
|