···1011- Cinnamon has been updated to 5.6, see [the pull request](https://github.com/NixOS/nixpkgs/pull/201328#issue-1449910204) for what is changed.
120013- `nixos-rebuild` now supports an extra `--specialisation` option that can be used to change specialisation for `switch` and `test` commands.
1415## New Services {#sec-release-23.05-new-services}
···1011- Cinnamon has been updated to 5.6, see [the pull request](https://github.com/NixOS/nixpkgs/pull/201328#issue-1449910204) for what is changed.
1213+- KDE Plasma has been updated to v5.27, see [the release notes](https://kde.org/announcements/plasma/5/5.27.0/) for what is changed.
14+15- `nixos-rebuild` now supports an extra `--specialisation` option that can be used to change specialisation for `switch` and `test` commands.
1617## New Services {#sec-release-23.05-new-services}
···99 # the same directory, while it is actually located in a completely different
100 # store path
101 preFixup = ''
102- ln -sf ${lib.getExe systemsettings} $out/bin/kinfocenter
103 '';
104}
···99 # the same directory, while it is actually located in a completely different
100 # store path
101 preFixup = ''
102+ ln -sf ${systemsettings}/bin/systemsettings $out/bin/kinfocenter
103 '';
104}