mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
25 lines
390 B
Text
25 lines
390 B
Text
b = 10
|
|
|
|
d = 0
|
|
|
|
e = This should be the second to the last non-attrset value in the config.
|
|
|
|
g = This is coming from a list
|
|
|
|
[a]
|
|
foo = bar
|
|
|
|
[c]
|
|
a = This should appear as the second section.
|
|
aa = 1
|
|
b = 53
|
|
|
|
[f]
|
|
a = This should be second to the last for the attribute names with an attrset.
|
|
b = 3193
|
|
c = 0
|
|
d = Hello there
|
|
|
|
[foo]
|
|
bar = This should be the last attribute with an attrset.
|
|
baz = 42
|