1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-28 21:21:03 +01:00
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";
};
};
}