Files
home-manager/modules
Matthieu Coudron 0f21ed5182 bash: change sessionVariables to attrsOf ... (#7300)
I had programs.bash.sessionVariables.CDPATH = ... defined in the
different nix files. One was taken into account and the other one
ignored.

Turns out plain "types.attrs" has the following merging strategy:

===
merge = loc: foldl' (res: def: res // def.value) { };
===

Changing it to "attrsOf", the module system warned me of the conflicting
values.
2025-06-30 17:19:07 +02:00
..
2025-05-16 18:47:17 -05:00
2025-06-29 18:28:19 -05:00
2025-04-08 08:50:05 -07:00