2023-12-16 06:49:25 +01:00
|
|
|
# Release 19.09 {#sec-release-19.09}
|
|
|
|
|
|
|
|
The 19.09 release branch became the stable branch in October, 2019.
|
|
|
|
|
|
|
|
## Highlights {#sec-release-19.09-highlights}
|
|
|
|
|
|
|
|
This release has the following notable changes:
|
|
|
|
|
|
|
|
- The `programs.firefox.enableGoogleTalk` and
|
|
|
|
`programs.firefox.enableIcedTea` options are now deprecated and will
|
|
|
|
only work if Firefox ESR 52.x is used.
|
|
|
|
|
|
|
|
- The `home-manager` tool now provides an `uninstall` sub-command that
|
|
|
|
can be used to uninstall Home Manager, if used in the standalone
|
|
|
|
mode. That is, not as a NixOS module.
|
|
|
|
|
|
|
|
## State Version Changes {#sec-release-19.09-state-version-changes}
|
|
|
|
|
|
|
|
The state version in this release includes the changes below. These
|
|
|
|
changes are only active if the `home.stateVersion` option is set to
|
|
|
|
\"19.09\" or later.
|
|
|
|
|
2023-12-16 16:55:46 +01:00
|
|
|
- The [programs.firefox.package](#opt-programs.firefox.package) option now expects a
|
2023-12-16 06:49:25 +01:00
|
|
|
wrapped Firefox package and defaults to `pkgs.firefox`.
|
|
|
|
|
2023-12-16 16:55:46 +01:00
|
|
|
- The options [home.keyboard.layout](#opt-home.keyboard.layout) and
|
|
|
|
[home.keyboard.variant](#opt-home.keyboard.variant) now default to `null`, which
|
2023-12-16 06:49:25 +01:00
|
|
|
indicates that the system value should be used.
|