You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 line
236 B

  1. { lib, ... }:
  2. {
  3. imports = [
  4. ../.
  5. ../../../common/cpu/intel/sandy-bridge
  6. ];
  7. boot.kernelParams = [
  8. "acpi_backlight=vendor"
  9. ];
  10. services.xserver.deviceSection = lib.mkDefault ''
  11. Option "TearFree" "true"
  12. '';
  13. }