summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorPasquale <p3dimaria@hotmail.it>2021-09-17 17:01:05 +0200
committerPeter Hoeg <peter@hoeg.com>2021-10-15 09:20:13 +0800
commit8d2d64142b98ab27a914243b1af463a2d49b7792 (patch)
tree8f489de7b30cc63b9f0204f88d40713a6dfa1b5a /nixos/doc/manual/release-notes/rl-2111.section.md
parent763a0014c8f1d69f0b1675e4fc082399f425941a (diff)
downloadnixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar.gz
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar.bz2
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar.lz
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar.xz
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.tar.zst
nixpkgs-8d2d64142b98ab27a914243b1af463a2d49b7792.zip
nixos/doc: Plasma wayland changelog
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index ab1e94d59f1..e63b44c3490 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -18,6 +18,9 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - Activation scripts can now opt int to be run when running `nixos-rebuild dry-activate` and detect the dry activation by reading `$NIXOS_ACTION`.
   This allows activation scripts to output what they would change if the activation was really run.
+
+- We can now finally use Plasma on Wayland.
+
   The users/modules activation script supports this and outputs some of is actions.
 
 - bash now defaults to major version 5.
@@ -342,6 +345,7 @@ In addition to numerous new and upgraded packages, this release has the followin
   configuration file. For details, see the [upstream changelog](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst).
 
 - `opencv2` no longer includes the non-free libraries by default, and consequently `pfstools` no longer includes OpenCV support by default.  Both packages now support an `enableUnfree` option to re-enable this functionality.
+- `services.xserver.displayManager.defaultSession = "plasma5"` does not work anymore, instead use either `"plasma"` for the Plasma X11 session or `"plasmawayland"` for the Plasma Wayland sesison.
 
 ## Other Notable Changes {#sec-release-21.11-notable-changes}