1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/flake/nixvim-configurations.nix
2025-01-19 17:47:17 +00:00

10 lines
169 B
Nix

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