···10101111- Cinnamon has been updated to 5.6, see [the pull request](https://github.com/NixOS/nixpkgs/pull/201328#issue-1449910204) for what is changed.
12121313+- 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.
1414+1315- `nixos-rebuild` now supports an extra `--specialisation` option that can be used to change specialisation for `switch` and `test` commands.
14161517## New Services {#sec-release-23.05-new-services}
···11-WGET_ARGS=( https://download.kde.org/stable/plasma/5.26.5/ -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/plasma/5.27.0/ -A '*.tar.xz' )
···9999 # the same directory, while it is actually located in a completely different
100100 # store path
101101 preFixup = ''
102102- ln -sf ${lib.getExe systemsettings} $out/bin/kinfocenter
102102+ ln -sf ${systemsettings}/bin/systemsettings $out/bin/kinfocenter
103103 '';
104104}