plymouth service: style fixes

Changed files
+2 -1
nixos
modules
system
+2 -1
nixos/modules/system/boot/plymouth.nix
···
sed -i '/loginctl/d' $out/71-seat.rules
'';
+
# We use `mkAfter` to ensure that LUKS password prompt would be shown earlier than the splash screen.
boot.initrd.preLVMCommands = mkAfter ''
mkdir -p /etc/plymouth
ln -s ${configFile} /etc/plymouth/plymouthd.conf
···
ln -s $extraUtils/lib/plymouth /etc/plymouth/plugins
plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
-
plymouth --show-splash
+
plymouth show-splash
'';
};