fix(hakugyokurou): set plymouth scale
This commit is contained in:
parent
94bf2f9847
commit
5b549b0c35
|
@ -39,6 +39,9 @@
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"video=eDP-1:panel_orientation=left_side_up"
|
"video=eDP-1:panel_orientation=left_side_up"
|
||||||
];
|
];
|
||||||
|
boot.plymouth.extraConfig = ''
|
||||||
|
DeviceScale=2
|
||||||
|
'';
|
||||||
|
|
||||||
jovian.steamos.useSteamOSConfig = lib.mkDefault false;
|
jovian.steamos.useSteamOSConfig = lib.mkDefault false;
|
||||||
services.greetd.settings.default_session.command = let
|
services.greetd.settings.default_session.command = let
|
||||||
|
|
Loading…
Reference in a new issue