wip: Implement nyx overlay
This commit is contained in:
parent
755d4c5620
commit
6cbb18096f
7 changed files with 363 additions and 44 deletions
|
@ -49,9 +49,17 @@
|
|||
ref = "master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# chaotic = {
|
||||
# type = "github";
|
||||
# owner = "chaotic-cx";
|
||||
# repo = "nyx";
|
||||
# ref = "nyxpkgs-unstable";
|
||||
#};
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
};
|
||||
outputs = inputs @ {
|
||||
nixpkgs,
|
||||
chaotic,
|
||||
flake-parts,
|
||||
...
|
||||
}: let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue