seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
177B

  1. {
  2. hardware.opengl = {
  3. enable = true;
  4. driSupport = true;
  5. driSupport32Bit = true;
  6. };
  7. services.xserver.deviceSection = ''
  8. Option "TearFree" "true"
  9. '';
  10. }