nix-config/flake/templates.nix

5 lines
67 B
Nix
Raw Permalink Normal View History

2023-04-04 17:30:59 +02:00
{ self, ... }:
{
flake.templates = import "${self}/templates";
}