mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
This adds support for generating ordered children and nodes with attributes and/or properties but no children. These are both needed to generate zellij keybinding configuration.
47 lines
551 B
Plaintext
47 lines
551 B
Plaintext
a 1
|
|
argsAndProps 1 2 a=3
|
|
b "string"
|
|
bigFlatItems 23847590283751 1.239000 "multiline \" \" \"\nstring\n" null
|
|
c "multiline string\nwith special characters:\n\t \n \\" \"\n"
|
|
duplicateChildren {
|
|
child 2
|
|
child 1
|
|
}
|
|
extraAttrs 2 true arg1=1 arg2=false {
|
|
nested {
|
|
a 1
|
|
b null
|
|
}
|
|
}
|
|
flatItems 1 2 "asdf" true null
|
|
listInAttrsInList {
|
|
list1 {
|
|
- {
|
|
a 1
|
|
}
|
|
- {
|
|
b true
|
|
}
|
|
- {
|
|
c null
|
|
d {
|
|
- {
|
|
e "asdfadfasdfasdf"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
list2 {
|
|
- {
|
|
a 8
|
|
}
|
|
}
|
|
}
|
|
nested {
|
|
- 1 2
|
|
- true false
|
|
-
|
|
- null
|
|
}
|
|
unsafeString " \" \n "
|