StackPanel

motd

Configuration options for stackpanel.motd (Prelude contribution façade)

Motd Options

Contribution façade for the Prelude shell banner. Modules write stackpanel.motd.{commands,features,hints}; the flake integration maps those into prelude.* (catalogue, env chips, description text).

Shell entry runs Prelude motd when stackpanel.prelude.enable and stackpanel.motd.enable are true. There is no Lip Gloss fallback — prelude.enable = false means no banner packages.

Live status for probes/Studio: stack motd --json.

motd.commands

List of available commands to show in Prelude Getting Started / menu

PropertyValue
Typelist of (submodule)
Default[ ]

motd.commands.*.description

Command description

PropertyValue
Typestring
Defaultnone

motd.commands.*.name

Command name

PropertyValue
Typestring
Defaultnone

motd.enable

Run Prelude motd on shell entry (requires stackpanel.prelude.enable).

PropertyValue
Typeboolean
Defaulttrue

motd.features

List of enabled features to show as Prelude env chips

PropertyValue
Typelist of string
Default[ ]

motd.hints

List of hints merged into Prelude MOTD description text

PropertyValue
Typelist of string
Default[ ]

OptionDefaultDescription
prelude.enabletrueInstall Prelude packages + shell banner
prelude.themenullPrelude theme (default minted)
prelude.menu.enabletrueEnable menu / x
prelude.docs.enabletrueAuto docs pages when present
prelude.prompt.enablefalsePrelude Starship prompt
prelude.settings{ }Passthrough to prelude.*

On this page