mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
8 lines
171 B
Nix
8 lines
171 B
Nix
{
|
|
flake.templates = {
|
|
default = {
|
|
path = ../templates/simple;
|
|
description = "A simple nix flake template for getting started with nixvim";
|
|
};
|
|
};
|
|
}
|