From 7057c072f950961b6333a2d307e4e5a32f39c8f1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 15 Jan 2026 14:57:17 +0100 Subject: [PATCH] chore: disable `plymouth` on `sakura` --- hosts/sakura/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 7f03056..c261d9f 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -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 = {