personalize

This commit is contained in:
Timothy DeHerrera
2022-11-01 17:23:22 -06:00
parent 14079f0511
commit 3d237e7099
14 changed files with 6758 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
{
inputs,
cell,
}: {
inherit (inputs.nixpkgs.callPackage ./astro {}) astro;
}