nix-community.nixvim/flake-modules/templates.nix

9 lines
171 B
Nix
Raw Normal View History

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