summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-01-10 00:59:33 +0100
committerGitHub <noreply@github.com>2022-01-10 00:59:33 +0100
commit24999924b46d4f132f129926a693ef754440ff64 (patch)
treef2a67f7581b3b785824da4ba7a8e78cfca72fc10 /nixos/doc
parentb8512aa7f532794ceb8fa31840cbc8e2f1e60432 (diff)
parent0028d75b1c912e4bcbae870e40ee8fd553f32a17 (diff)
downloadnixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar.gz
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar.bz2
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar.lz
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar.xz
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.tar.zst
nixpkgs-24999924b46d4f132f129926a693ef754440ff64.zip
Merge pull request #153038 from winterqt/thelounge-plugins
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index c389d19de14..68d46c30ac6 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -343,6 +343,15 @@
           <literal>true</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The option <literal>services.thelounge.plugins</literal> has
+          been added to allow installing plugins for The Lounge. Plugins
+          can be found in
+          <literal>pkgs.theLoungePlugins.plugins</literal> and
+          <literal>pkgs.theLoungePlugins.themes</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index c5da4acb87d..e29b1a93672 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -126,3 +126,5 @@ In addition to numerous new and upgraded packages, this release has the followin
 - `fetchFromSourcehut` now allows fetching repositories recursively
   using `fetchgit` or `fetchhg` if the argument `fetchSubmodules`
   is set to `true`.
+
+- The option `services.thelounge.plugins` has been added to allow installing plugins for The Lounge. Plugins can be found in `pkgs.theLoungePlugins.plugins` and `pkgs.theLoungePlugins.themes`.