seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
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. }