feat(plugins): add astrocore

This commit is contained in:
Nicolas Goudry 2024-06-03 23:45:15 +02:00
parent 61d8dd64fe
commit 8a438a9449
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
4 changed files with 278 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ lib, pkgs, ... }:
{
extra.packages = [
(import ./package { inherit lib pkgs; })
];
}