1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00
This commit is contained in:
RGBCube 2023-12-30 22:33:58 +03:00
parent 66801ef414
commit 7c1900dff6
No known key found for this signature in database
5 changed files with 124 additions and 1 deletions

View file

@ -67,6 +67,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
site = {
url = "github:RGBCube/Site";
inputs.nixpkgs.follows = "nixpkgs";
};
tools = {
url = "github:RGBCube/FlakeTools";
inputs.nixpkgs.follows = "nixpkgs";
@ -85,6 +90,7 @@
nuScripts,
fenix,
zig,
site,
tools,
themes,
...
@ -144,6 +150,7 @@
specialArgs = { inherit inputs ulib upkgs theme; };
modules = [
homeManager.nixosModules.default
site.nixosModules.default
defaultConfiguration
./hosts/${host}
];