desktop: smooth plymouth handoff + start-hyprland, macbook early KMS
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8efcc4d30c
commit
0ea1abd7aa
2 changed files with 16 additions and 2 deletions
|
|
@ -6,7 +6,8 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
# i915 in initrd = early KMS, so plymouth can draw from the first second
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
boot.blacklistedKernelModules = [ "b43" "bcma" "ssb" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue