mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Set mkDefault for enabling bluetooth.
This commit is contained in:
		@@ -8,5 +8,5 @@ with lib;
 | 
				
			|||||||
    ../../../common/gpu/amd
 | 
					    ../../../common/gpu/amd
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  hardware.bluetooth.enable = true;
 | 
					  hardware.bluetooth.enable = lib.mkDefault true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user