mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[SUMIREKO] Make sumireko bearable.
This commit is contained in:
parent
2be79777a5
commit
d2d403fef8
20 changed files with 359 additions and 67 deletions
12
overlays.nix
12
overlays.nix
|
|
@ -1,6 +1,12 @@
|
|||
{inputs, tree, ...}: [
|
||||
{
|
||||
inputs,
|
||||
tree,
|
||||
...
|
||||
}:
|
||||
[
|
||||
inputs.deploy-rs.overlay
|
||||
(import tree.packages.default { inherit inputs tree; })
|
||||
] ++ map (path: import "${path}/overlay.nix") [
|
||||
(import tree.packages.default {inherit inputs tree;})
|
||||
]
|
||||
++ map (path: import "${path}/overlay.nix") [
|
||||
inputs.arcexprs
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue