#!/bin/sh
# NebulaOS session startup

set -e

export XDG_CURRENT_DESKTOP=NebulaOS
export XDG_SESSION_DESKTOP=nebula

# Shell and services are wired here as they land
# Production desktop chrome: shells/desktop/shell (nebula-shell)
# exec nebula-shell
