forked from jan-leila/nix-config
		
	restructured repo to support nix-darwin
This commit is contained in:
		
							parent
							
								
									3924a5aa8d
								
							
						
					
					
						commit
						0d0443a02a
					
				
					 47 changed files with 111 additions and 34 deletions
				
			
		
							
								
								
									
										16
									
								
								modules/nixos-modules/hardware.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								modules/nixos-modules/hardware.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| {lib, ...}: { | ||||
|   options.host.hardware = { | ||||
|     piperMouse = { | ||||
|       enable = lib.mkEnableOption "host has a piper mouse"; | ||||
|     }; | ||||
|     viaKeyboard = { | ||||
|       enable = lib.mkEnableOption "host has a via keyboard"; | ||||
|     }; | ||||
|     openRGB = { | ||||
|       enable = lib.mkEnableOption "host has open rgb hardware"; | ||||
|     }; | ||||
|     graphicsAcceleration = { | ||||
|       enable = lib.mkEnableOption "host has a gpu for graphical acceleration"; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue