Files
2025-12-04 23:22:21 +00:00

13 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";
};
};
}