mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
9 lines
171 B
Nix
9 lines
171 B
Nix
|
{
|
||
|
flake.templates = {
|
||
|
default = {
|
||
|
path = ../templates/simple;
|
||
|
description = "A simple nix flake template for getting started with nixvim";
|
||
|
};
|
||
|
};
|
||
|
}
|