You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/standalone.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,16 @@ The `config` used to produce a standalone nixvim derivation can be accessed as a
55
55
56
56
This may be useful if you want unrelated parts of your NixOS or home-manager configuration to use the same value as something in your nixvim configuration.
57
57
58
+
## Accessing nixvim options
59
+
60
+
Given a nixvim derivation it is possible to access the module options using `<derivation>.options`.
61
+
This can be useful to configure `nixd` for example:
0 commit comments