mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add site
This commit is contained in:
parent
66801ef414
commit
7c1900dff6
5 changed files with 124 additions and 1 deletions
|
@ -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}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue