StackPanel

user-packages

Configuration options for stackpanel.user-packages

User-packages Options

userPackages.enable

Whether to enable user-installed packages from .stack/data/packages.nix.

PropertyValue
Typeboolean
Defaulttrue

Example:

true


userPackages.packages

List of user-installed package attribute paths (read from packages.nix)

PropertyValue
Typelist of string
Defaultsee below
Read Onlytrue

Default:

[
  "oxlint"
  "oxfmt"
]

userPackages.resolved

Resolved package derivations from user package list.

Only populated when pkgs is available. Empty list otherwise.

PropertyValue
Typelist of package
Defaultnone
Read Onlytrue

userPackages.serialized

Serialized package info for config JSON.

Only populated when pkgs is available. Empty list otherwise.

PropertyValue
Typelist of (attribute set)
Defaultnone
Read Onlytrue

On this page