2.5 KiB
Release 25.11
This is the current unstable branch and the information in this section is therefore not final.
Highlights
This release has the following notable changes:
-
Updating the
home-managerNix profile inside the activation script now deprecated. The profile update is instead the responsibility of the software calling the activation script, such as thehome-managertool.The legacy behavior remains the default for backwards compatibility but may emit a deprecation warning in the future and in the longer term removed all together. If you have developed tooling that directly call the generated activation script, then you are encouraged to adapt to the new behavior. See the Activation section in the manual for details on how to call the activation script.
-
The
home-manager switchcommand now offers a--rollbackoption. When given, the switch performs a rollback to the Home Manager generation prior to the current before activating. While it was previously possible to accomplish this by manually activating an old generation, it always created a new profile generation. The new behavior mirrors the behavior ofnixos-rebuild switch --rollback. See the Rollbacks section for more. -
The
home-manager switchcommand now offers a--specialisation NAMEoption. When given, the switch activates the named specialisation. While it was previously possible to accomplish this by manually running the specialisationactivatescript it was quite cumbersome and always created a new profile generation. The new behavior mirrors the behavior ofnixos-rebuild switch --specialisation. -
When using Home Manager as a NixOS or nix-darwin module we previously created an unnecessary
home-managerper-user "shadow profile" for the user. This no longer happens. You can restore the old behavior by addinghome-manager.enableLegacyProfileManagement = true;to your configuration. This option is likely to be deprecated in the future.
-
The use of
services.syncthing.trayas a Boolean option was removed after being deprecated in 2021. You are now expected to use to enable the Syncthing tray service.
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
"25.11" or later.
- No changes.