mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
13 lines
282 B
Nix
13 lines
282 B
Nix
{
|
|
inputs,
|
|
tree,
|
|
...
|
|
}:
|
|
[
|
|
(final: prev: inputs.arcexprs.overlays.default final prev)
|
|
inputs.darwin.overlays.default
|
|
inputs.deploy-rs.overlay
|
|
#inputs.hypridle.overlays.default
|
|
#inputs.hyprlock.overlays.default
|
|
(import tree.packages.default {inherit inputs tree;})
|
|
]
|