add trivionomicon input
This commit is contained in:
parent
ef8939612e
commit
52e1424f48
|
@ -17,6 +17,11 @@
|
||||||
|
|
||||||
homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?ref=master";
|
homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?ref=master";
|
||||||
|
|
||||||
|
trivionomicon = {
|
||||||
|
url = "git+https://git.posixlycorrect.com/deepState/trivionomicon?ref=master";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
authentik-nix = {
|
authentik-nix = {
|
||||||
url = "github:nix-community/authentik-nix";
|
url = "github:nix-community/authentik-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -43,6 +48,7 @@
|
||||||
conduwuit,
|
conduwuit,
|
||||||
mediawikiSkinCitizen,
|
mediawikiSkinCitizen,
|
||||||
authentik-nix,
|
authentik-nix,
|
||||||
|
trivionomicon,
|
||||||
}: let
|
}: let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
|
@ -55,6 +61,7 @@
|
||||||
self.overlays.default
|
self.overlays.default
|
||||||
nur.overlays.default
|
nur.overlays.default
|
||||||
nixGL.overlay
|
nixGL.overlay
|
||||||
|
trivionomicon.overlays.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
with lib; {
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
./modules
|
./modules
|
||||||
|
flakes.trivionomicon.homeManagerModules.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
}:
|
}:
|
||||||
with lib; {
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
|
flakes.trivionomicon.nixosModules.default
|
||||||
./modules
|
./modules
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue