mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Allows the docs to be a little less hard-coded. Lays the groundwork for splitting up the platform-specific option docs on a per-page basis.
7 lines
91 B
Nix
7 lines
91 B
Nix
{
|
|
imports = [ ./shared.nix ];
|
|
|
|
config = {
|
|
meta.wrapper.name = "nix-darwin";
|
|
};
|
|
}
|