Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix tables

+2 -2
+2 -2
docs/src/content/docs/guides/custom-classes.mdx
··· 46 46 | `each = items` | List of items to forward (typically `[ user ]` or `[ true ]`) | 47 47 | `fromClass = item: class` | The custom class name to read from | 48 48 | `intoClass = item: class` | The target class to write into | 49 - | `intoPath = item: path | args: path` | Target attribute path in the target class | 49 + | `intoPath = item: path or args: path` | Target attribute path in the target class | 50 50 | `fromAspect = item: aspect` | The aspect to read the custom class from | 51 51 52 52 ··· 129 129 130 130 | Parameter | Description | 131 131 |---|---| 132 - | `guard = args: bool | item: mkIf` | Only forward when this predicate returns true | 132 + | `guard = args: bool or item: mkIf` | Only forward when this predicate returns true | 133 133 | `adaptArgs = args: attrs` | Transform module arguments before forwarding | 134 134 | `adapterModule = deferredModule` | Custom module for the forwarded submodule type | 135 135