nix-community.nixvim/flake-modules/templates.nix
2024-01-06 00:05:13 +01:00

8 lines
171 B
Nix

{
flake.templates = {
default = {
path = ../templates/simple;
description = "A simple nix flake template for getting started with nixvim";
};
};
}