Initialize the NebulaOS monorepo layout with top-level documentation, ignore rules, placeholder service/package directories, compositor docs plus a baseline Sway config, and session startup/desktop entry files. Add the first desktop shell prototype under `shells/desktop/ui` using React + Vite, including themed surface components (desktop, top bar, launcher, preview), mock Nebula APIs and shell bridge state wiring, reusable UI controls/icons, and supporting styles/config needed for local development.
11 lines
194 B
Bash
11 lines
194 B
Bash
#!/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
|
|
# exec nebula-shell-desktop
|