user-packages
Configuration options for stackpanel.user-packages
User-packages Options
userPackages.enable
Whether to enable user-installed packages from .stack/data/packages.nix.
| Property | Value |
|---|---|
| Type | boolean |
| Default | true |
Example:
true
userPackages.packages
List of user-installed package attribute paths (read from packages.nix)
| Property | Value |
|---|---|
| Type | list of string |
| Default | see below |
| Read Only | true |
Default:
[
"oxlint"
"oxfmt"
]userPackages.resolved
Resolved package derivations from user package list.
Only populated when pkgs is available. Empty list otherwise.
| Property | Value |
|---|---|
| Type | list of package |
| Default | none |
| Read Only | true |
userPackages.serialized
Serialized package info for config JSON.
Only populated when pkgs is available. Empty list otherwise.
| Property | Value |
|---|---|
| Type | list of (attribute set) |
| Default | none |
| Read Only | true |