mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
11 lines
224 B
Nix
11 lines
224 B
Nix
{
|
|
inputs,
|
|
tree,
|
|
...
|
|
}: [
|
|
inputs.arcexprs.overlays.default
|
|
inputs.darwin.overlays.default
|
|
inputs.deploy-rs.overlay
|
|
inputs.neorg-overlay.overlays.default
|
|
(import tree.packages.default {inherit inputs tree;})
|
|
]
|