forked from fabian/nix
		
	modules/laptop: initial commit
This commit is contained in:
		
							parent
							
								
									8cc6c13cf5
								
							
						
					
					
						commit
						3152a0f626
					
				
					 2 changed files with 21 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								modules/laptop/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								modules/laptop/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | ||||||
|  | { | ||||||
|  |   config, | ||||||
|  |   doctrine, | ||||||
|  |   ... | ||||||
|  | }: | ||||||
|  | doctrine.lib.mkModule { | ||||||
|  |   inherit config; | ||||||
|  |   name = "laptop"; | ||||||
|  |   sys = ./sys.nix; | ||||||
|  | } | ||||||
							
								
								
									
										11
									
								
								modules/laptop/sys.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								modules/laptop/sys.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | { | ||||||
|  |   config, | ||||||
|  |   lib, | ||||||
|  |   pkgs, | ||||||
|  |   ... | ||||||
|  | }: { | ||||||
|  |   services = { | ||||||
|  |     tlp.enable = lib.mkDefault true; | ||||||
|  |     upower.enable = lib.mkDefault true; | ||||||
|  |   }; | ||||||
|  | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alejandro Soto
						Alejandro Soto