1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Refactor everything to make usage easier with

mutiple systems, also merge all abstractions
to avoid huge desctructions in the attrset input.
This commit is contained in:
RGBCube 2023-12-10 18:31:37 +03:00
parent a0fa73b873
commit ee2055928c
No known key found for this signature in database
47 changed files with 343 additions and 279 deletions

9
lib/default.nix Normal file
View file

@ -0,0 +1,9 @@
lib:
(import ./configuration.nix)
//
(import ./merge.nix lib)
//
(import ./modules.nix)
//
(import ./values.nix)