Edmund Wu 4 years ago committed by WORLDofPEACE
parent 9f4049ec68
commit f4208fe9f9
  1. 1
      nixos/modules/system/boot/plymouth.nix

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

Loading…
Cancel
Save