forked from fabian/nix
		
	flake: export nixosModules and homeManagerModules
This commit is contained in:
		
							parent
							
								
									12b7c09c0b
								
							
						
					
					
						commit
						cfdf227b9c
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -42,6 +42,9 @@ | |||
|         trivium = overlay; | ||||
|       }; | ||||
| 
 | ||||
|       homeManagerModules.default = ./hm; | ||||
|       nixosModules.default = ./nixos; | ||||
| 
 | ||||
|       lib = { | ||||
|         mkSystemFlake = { | ||||
|           flakes, | ||||
|  | @ -151,7 +154,7 @@ | |||
|                 hostConfig = platform: | ||||
|                   nixosSystem { | ||||
|                     modules = [ | ||||
|                       ./nixos | ||||
|                       self.nixosModules.default | ||||
|                       nixosSourcePath | ||||
|                       platform | ||||
|                     ]; | ||||
|  | @ -177,7 +180,7 @@ | |||
|                     }; | ||||
| 
 | ||||
|                     modules = [ | ||||
|                       ./hm | ||||
|                       self.homeManagerModules.default | ||||
|                       hmSourcePath | ||||
|                       platform | ||||
|                       registry | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alejandro Soto
						Alejandro Soto