1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 20:33:27 +02:00
home-manager/tests/modules/services/recoll/config-format-order.conf

26 lines
390 B
Plaintext
Raw Normal View History

2022-02-07 11:54:09 +01:00
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