about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-30 21:29:27 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-01 18:27:28 -0400
commitacced1a38138a6c1e2f81b1ea4a3e404c2d68cdd (patch)
tree8b54ce0f1c9ca9d0b49ed4a654ff987dbd37f34b /nixos/doc
parent7820be7a8fa6ae65c445799087c3ac2923254bea (diff)
downloadnixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar.gz
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar.bz2
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar.lz
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar.xz
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.tar.zst
nixlib-acced1a38138a6c1e2f81b1ea4a3e404c2d68cdd.zip
rl-1909: note gnome3 profile style options
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 560b31985176..e04d5842d6d9 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -57,6 +57,23 @@
       and <option>services.xserver.desktopManager.xfce4-14</option> simultaneously or to downgrade from Xfce 4.14 after upgrading.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      The GNOME 3 desktop manager module sports an interface to enable/disable core services, applications, and optional GNOME packages
+      like games.
+      <itemizedlist>
+      <para>This can be achieved with the following options which the desktop manager default enables, excluding <literal>games</literal>.</para>
+      <listitem><para><link linkend="opt-services.gnome3.core-os-services.enable"><literal>services.gnome3.core-os-services.enable</literal></link></para></listitem>
+      <listitem><para><link linkend="opt-services.gnome3.core-shell.enable"><literal>services.gnome3.core-shell.enable</literal></link></para></listitem>
+      <listitem><para><link linkend="opt-services.gnome3.core-utilities.enable"><literal>services.gnome3.core-utilities.enable</literal></link></para></listitem>
+      <listitem><para><link linkend="opt-services.gnome3.games.enable"><literal>services.gnome3.games.enable</literal></link></para></listitem>
+      </itemizedlist>
+      With these options we hope to give users finer grained control over their systems. Prior to this change you'd either have to manually
+      disable options or use <option>environment.gnome3.excludePackages</option> which only excluded the optional applications.
+      <option>environment.gnome3.excludePackages</option> is now unguarded, it can exclude any package installed with <option>environment.systemPackages</option>
+      in the GNOME 3 module.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>