Point os-release at the bos repo and issues; drop Arch privacy terms. Take a best-effort snapper pre snapshot before pacman and bakery. Pin current stable bakery versions so CI fetches the same bits per commit. Autostart breadpaper/breadshot listen behind command -v. Document signed-repo setup and Mesa/NVIDIA/grub-btrfs recovery.
10 lines
703 B
JSON
10 lines
703 B
JSON
{
|
|
"extra": [
|
|
{ "command": "breadbar", "label": "Bar (breadbar)", "enabled": true },
|
|
{ "command": "hypridle", "label": "Idle / lock daemon (hypridle)", "enabled": true },
|
|
{ "command": "bos-netcheck", "label": "Network connectivity check", "enabled": true },
|
|
{ "command": "breadhelp --autostart", "label": "BOS Help (first-run onboarding)", "enabled": true },
|
|
{ "command": "bash -c 'command -v breadpaper >/dev/null && exec breadpaper listen'", "label": "Wallpaper command bus (breadpaper listen)", "enabled": true },
|
|
{ "command": "bash -c 'command -v breadshot >/dev/null && exec breadshot listen'", "label": "Screenshot command bus (breadshot listen)", "enabled": true }
|
|
]
|
|
}
|