mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
12 lines
268 B
Nix
12 lines
268 B
Nix
{
|
|
inputs,
|
|
tree,
|
|
...
|
|
}: [
|
|
inputs.rbw-bitw.overlays.default
|
|
inputs.arcexprs.overlays.default
|
|
inputs.darwin.overlays.default
|
|
inputs.deploy-rs.overlays.default
|
|
inputs.neorg-overlay.overlays.default
|
|
(import tree.packages.default {inherit inputs tree;})
|
|
]
|