desktop: smooth plymouth handoff + start-hyprland, macbook early KMS

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-08 17:13:51 +01:00
parent 8efcc4d30c
commit 0ea1abd7aa
2 changed files with 16 additions and 2 deletions

View file

@ -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" ];