This commit is contained in:
41666 2025-04-21 17:24:14 -07:00
commit 4d1663e588
12 changed files with 341 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, brewTea, ... }: brewTea {
name = "examples_quickstart";
version = "0.0.0";
src = ./.;
layoutSrc = ./layouts;
}