wip: Implement nyx overlay

This commit is contained in:
xmm16 2024-12-10 23:09:44 -03:00
commit 6cbb18096f
No known key found for this signature in database
7 changed files with 363 additions and 44 deletions

View file

@ -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