chore: disable plymouth on sakura

This commit is contained in:
Ahwx 2026-01-15 14:57:17 +01:00
parent d7d0e73f0c
commit 7057c072f9

View file

@ -108,6 +108,7 @@ in
"mem_sleep_default=deep"
"acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken
];
plymouth.enable = false;
kernelModules = [ "acpi_call" ];
kernelPackages = pkgs.linuxPackages_latest;
loader = {