feat(config): add large buffer handling
This commit is contained in:
parent
454ba629d8
commit
71c1bc295f
2 changed files with 32 additions and 3 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
extra.packages = [
|
||||
(import ./package { inherit lib pkgs; })
|
||||
];
|
||||
extra = {
|
||||
packages = [
|
||||
(import ./package { inherit lib pkgs; })
|
||||
];
|
||||
|
||||
config = "require('astrocore').setup({})";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue