summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-01-08 22:05:05 -0500
committerWinter <winter@winter.cafe>2022-01-09 13:12:41 -0500
commitfe20f479e9a6bee55d47ad450ec81b07200a8168 (patch)
treea74a9a452aa18f82846da8eb6a29e78426f18d16 /nixos/doc
parentd53d2147eff16f01b2345d4afed2de362979f551 (diff)
downloadnixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar.gz
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar.bz2
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar.lz
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar.xz
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.tar.zst
nixpkgs-fe20f479e9a6bee55d47ad450ec81b07200a8168.zip
nixos/thelounge: add plugins option
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 fde5eec857b..1b4ba5b28c9 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
@@ -334,6 +334,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 f8145a1aa9d..7c0e167e340 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -124,3 +124,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`.