mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
flake: add nixvimConfigurations
flake-parts module
This commit is contained in:
parent
9aa6d0f6e6
commit
5426c9dd83
5 changed files with 37 additions and 7 deletions
10
flake/nixvim-configurations.nix
Normal file
10
flake/nixvim-configurations.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ helpers, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{ system, ... }:
|
||||
{
|
||||
nixvimConfigurations.default = helpers.modules.evalNixvim {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue