add trivionomicon input
This commit is contained in:
		
							parent
							
								
									ef8939612e
								
							
						
					
					
						commit
						52e1424f48
					
				
					 3 changed files with 9 additions and 0 deletions
				
			
		|  | @ -17,6 +17,11 @@ | |||
| 
 | ||||
|     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 = { | ||||
|       url = "github:nix-community/authentik-nix"; | ||||
|       inputs.nixpkgs.follows = "nixpkgs"; | ||||
|  | @ -43,6 +48,7 @@ | |||
|     conduwuit, | ||||
|     mediawikiSkinCitizen, | ||||
|     authentik-nix, | ||||
|     trivionomicon, | ||||
|   }: let | ||||
|     system = "x86_64-linux"; | ||||
| 
 | ||||
|  | @ -55,6 +61,7 @@ | |||
|           self.overlays.default | ||||
|           nur.overlays.default | ||||
|           nixGL.overlay | ||||
|           trivionomicon.overlays.default | ||||
|         ]; | ||||
|       }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,5 +8,6 @@ | |||
| with lib; { | ||||
|   imports = [ | ||||
|     ./modules | ||||
|     flakes.trivionomicon.homeManagerModules.default | ||||
|   ]; | ||||
| } | ||||
|  |  | |||
|  | @ -7,6 +7,7 @@ | |||
| }: | ||||
| with lib; { | ||||
|   imports = [ | ||||
|     flakes.trivionomicon.nixosModules.default | ||||
|     ./modules | ||||
|   ]; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue