0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/plymouth: use upstream defaults

https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/101
75204a2517/src/plymouthd.defaults
This commit is contained in:
Edmund Wu 2020-04-08 17:04:57 -04:00 committed by WORLDofPEACE
parent 9f4049ec68
commit f4208fe9f9

View file

@ -24,6 +24,7 @@ let
configFile = pkgs.writeText "plymouthd.conf" ''
[Daemon]
ShowDelay=0
DeviceTimeout=8
Theme=${cfg.theme}
${cfg.extraConfig}
'';