mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
625 B
625 B
Standalone Installation
It is possible to install neovim-flake without depending on NixOS or home-manager as the parent
module system, using the neovimConfiguration
function exposed by neovim-flake extended library.
It takes in the configuration as a module, and returns an attribute set as a result.
{
options = "The options that were available to configure";
config = "The outputted configuration";
pkgs = "The package set used to evaluate the module";
neovim = "The built neovim package";
}
standalone/nixos.md
standalone/home-manager.md