nix-community.nixvim/flake/nixvim-configurations.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
169 B
Nix
Raw Normal View History

{ helpers, ... }:
{
perSystem =
{ system, ... }:
{
nixvimConfigurations.default = helpers.modules.evalNixvim {
inherit system;
};
};
}