Add plymouth

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-25 20:16:25 +03:00
parent a69695dd73
commit eaa63dd272
6 changed files with 79 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ let
runtimeInputs = with pkgs; [ coreutils-full ];
bashOptions = [ "nounset" "pipefail" ];
text = ''
if [ -z "$WAYLAND_DISPLAY" ]; then
if [ -z "''${WAYLAND_DISPLAY:-}" ]; then
echo "No Wayland session active. Exiting."
exit 0
fi