mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Remove unused inputs
This commit is contained in:
parent
fdecd84428
commit
2c6c36e7d2
1 changed files with 0 additions and 8 deletions
|
@ -77,24 +77,16 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
tools = {
|
|
||||||
url = "github:RGBCube/FlakeTools";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
themes = {
|
themes = {
|
||||||
url = "github:RGBCube/ThemeNix";
|
url = "github:RGBCube/ThemeNix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
nixSuper,
|
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
agenix,
|
agenix,
|
||||||
homeManager,
|
homeManager,
|
||||||
fenix,
|
|
||||||
site,
|
site,
|
||||||
tools,
|
|
||||||
themes,
|
themes,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue