Release 19.03
The 19.03 release branch became the stable branch in April, 2019.
Highlights
This release has the following notable changes:
The now allows source
files to be hidden, that is, having a name starting with the
. character. It also allows the source file name to
contain characters not typically allowed for Nix store paths. For example,
your configuration can now contain things such as
home.file."my file".source = ./. + "/file with spaces!";
State Version Changes
The state version in this release includes the changes below. These changes
are only active if the option is set to
"19.03" or later.
There is now an option that
defaults to false. Before the module would be active if
the option was non-empty.