···1919- `gentium` package now provides `Gentium-*.ttf` files, and not `GentiumPlus-*.ttf` files like before. The font identifiers `Gentium Plus*` are available in the `gentium-plus` package, and if you want to use the more recently updated package `gentium` [by sil](https://software.sil.org/gentium/), you should update your configuration files to use the `Gentium` font identifier.
2020- `space-orbit` package has been removed due to lack of upstream maintenance. Debian upstream stopped tracking it in 2011.
21212222+- `gnome-keyring` no longer ships with an SSH agent anymore because it has been deprecated upstream. You should use `gcr_4` instead, which provides the same features. More information on why this was done can be found on [the relevant GCR upstream PR](https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/67).
2323+2224## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
23252426<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···56565757- `amdgpu` kernel driver overdrive mode can now be enabled by setting [hardware.amdgpu.overdrive.enable](#opt-hardware.amdgpu.overdrive.enable) and customized through [hardware.amdgpu.overdrive.ppfeaturemask](#opt-hardware.amdgpu.overdrive.ppfeaturemask).
5858 This allows for fine-grained control over the GPU's performance and maybe required by overclocking softwares like Corectrl and Lact. These new options replace old options such as {option}`programs.corectrl.gpuOverclock.enable` and {option}`programs.tuxclocker.enableAMD`.
5959+6060+- [](#opt-services.gnome.gnome-keyring.enable) does not ship with an SSH agent anymore, as this is now handled by the `gcr_4` package instead of `gnome-keyring`. A new module has been added to support this, under [](#opt-services.gnome.gcr-ssh-agent.enable) (its default value has been set to [](#opt-services.gnome.gnome-keyring.enable) to ensure a smooth transition). See the [relevant upstream PR](https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/67) for more details.
···1919 meson,
2020 ninja,
2121}:
2222-2322stdenv.mkDerivation rec {
2423 pname = "elementary-session-settings";
2524 version = "8.0.1";
···3029 rev = version;
3130 sha256 = "sha256-4B7lUjHEa4LdKrmsFCB3iFIsdVd/rgwmtQUAgAj3rXs=";
3231 };
3232+3333+ /*
3434+ This allows `elementary-session-settings` to not use gnome-keyring's ssh capabilities anymore, as they have been
3535+ moved to gcr upstream, in an effort to modularize gnome-keyring.
3636+3737+ More info can be found here: https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/60
3838+ */
3939+ patches = [ ./no-gnome-keyring-ssh-autostart.patch ];
33403441 nativeBuildInputs = [
3542 desktop-file-utils