From 044bed7bac465458f024e4c552e0bbe65a978bc5 Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 9 Jan 2025 21:25:41 -0800 Subject: [PATCH] this is good i think --- modules/desktop/plymouth.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/plymouth.nix b/modules/desktop/plymouth.nix index 1b5edc6..e2289cc 100644 --- a/modules/desktop/plymouth.nix +++ b/modules/desktop/plymouth.nix @@ -15,6 +15,7 @@ in { themePackages = [ config.modules.desktop.themes.plymouthTheme.package ]; theme = config.modules.desktop.themes.plymouthTheme.name; }; + boot.kernelParams = [ "plymouth.use-simpledrm" ]; # smooth transition from plymouth to the login manager # honestly, i have No Clue what this does, but it's in the arch wiki so it must be good