mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 00:51:05 +01:00
12 lines
352 B
Nix
12 lines
352 B
Nix
{
|
|
flake.templates = {
|
|
default = {
|
|
path = ../templates/simple;
|
|
description = "A simple nix flake template for getting started with nixvim";
|
|
};
|
|
new = {
|
|
path = ../templates/experimental-flake-parts;
|
|
description = "An experimental flake template for configuring Nixvim using evalNixvim and flake.parts";
|
|
};
|
|
};
|
|
}
|