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