feat(plugins): add astrocore
This commit is contained in:
parent
61d8dd64fe
commit
8a438a9449
4 changed files with 278 additions and 0 deletions
7
plugins/astrocore/default.nix
Normal file
7
plugins/astrocore/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
extra.packages = [
|
||||
(import ./package { inherit lib pkgs; })
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue