From 4741c430f92b8a7f201784166afbde60831bfcac Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 19:06:18 +0200 Subject: [PATCH] chore: disable plymouth on sakura as the module is now in use --- hosts/sakura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 18e2ded..a84814b 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -76,7 +76,7 @@ ''; services.logind.lidSwitch = "suspend-then-hibernate"; boot = { - plymouth.enable = true; + # plymouth.enable = true; # is a module now kernelParams = [ "mem_sleep_default=deep" "acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken