1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-06 00:51:05 +01:00
nixvim/flake/templates.nix
saygo-png 03a51dbf3d treewide: NixVim/nixvim -> Nixvim
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-12-04 23:22:21 +00:00

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