this is good i think

This commit is contained in:
Reid 2025-01-09 21:25:41 -08:00
parent c89c09578f
commit 044bed7bac
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -15,6 +15,7 @@ in {
themePackages = [ config.modules.desktop.themes.plymouthTheme.package ]; themePackages = [ config.modules.desktop.themes.plymouthTheme.package ];
theme = config.modules.desktop.themes.plymouthTheme.name; theme = config.modules.desktop.themes.plymouthTheme.name;
}; };
boot.kernelParams = [ "plymouth.use-simpledrm" ];
# smooth transition from plymouth to the login manager # 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 # honestly, i have No Clue what this does, but it's in the arch wiki so it must be good