您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

15 行
277 B

  1. { lib, pkgs, ... }:
  2. {
  3. imports = [
  4. ../../../common/cpu/intel
  5. ../../../common/pc/laptop
  6. ../../../common/pc/laptop/ssd
  7. ];
  8. # touchpad goes over i2c
  9. boot.blacklistedKernelModules = [ "psmouse" ];
  10. services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
  11. }