From 01ff1c5adfe3a1c26d1e4ee684515e1e159e2d51 Mon Sep 17 00:00:00 2001 From: Joseph DiGiovanni Date: Sun, 18 Aug 2024 21:03:55 -0400 Subject: [PATCH] Make plymouth hi-res mode hardware exclusive --- hosts/GPD-WinMax2/hardware/default.nix | 1 + modules/options/boot/plymouth.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/GPD-WinMax2/hardware/default.nix b/hosts/GPD-WinMax2/hardware/default.nix index 0c2f5dc..392be35 100644 --- a/hosts/GPD-WinMax2/hardware/default.nix +++ b/hosts/GPD-WinMax2/hardware/default.nix @@ -16,6 +16,7 @@ "xhci_pci" ]; + plymouth.extraConfig = "DeviceScale=2"; }; hardware.amd-graphics.enable = true; diff --git a/modules/options/boot/plymouth.nix b/modules/options/boot/plymouth.nix index 8bd3e83..d5501ec 100644 --- a/modules/options/boot/plymouth.nix +++ b/modules/options/boot/plymouth.nix @@ -11,7 +11,6 @@ }; kernelParams = [ "quiet" "splash" ]; - plymouth.extraConfig = "DeviceScale=2"; }; }; }