summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorGürkan Gür <gurkan.gur@innogames.com>2021-07-20 21:37:49 +0200
committerGürkan Gür <gurkan.gur@innogames.com>2021-07-20 21:40:58 +0200
commitd3c568e16a5e4e0f4620eea46e14ae9a13a590ba (patch)
tree117faa0bc6d280a0ab4852262856ccdcecd04ab5 /nixos/doc/manual
parent3c093fd023e4e31ab3acf6e0c27ec82c2e2d2da0 (diff)
downloadnixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar.gz
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar.bz2
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar.lz
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar.xz
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.tar.zst
nixpkgs-d3c568e16a5e4e0f4620eea46e14ae9a13a590ba.zip
nixos/clipcat: add user service module
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md3
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index fc1cec16ef9..e69b8ccad30 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -42,6 +42,13 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://github.com/xrelkd/clipcat/">clipcat</link>,
+          an X11 clipboard manager written in Rust. Available at
+          [services.clipcat](options.html#o pt-services.clipcat.enable).
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://github.com/maxmind/geoipupdate">geoipupdate</link>,
           a GeoIP database updater from MaxMind. Available as
           <link xlink:href="options.html#opt-services.geoipupdate.enable">services.geoipupdate</link>.
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 9303393aba3..44a63cb9b86 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -13,6 +13,9 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).
 
+- [clipcat](https://github.com/xrelkd/clipcat/), an X11 clipboard manager written in Rust. Available at [services.clipcat](options.html#o
+pt-services.clipcat.enable).
+
 - [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
 
 - [Kea](https://www.isc.org/kea/), ISCs 2nd generation DHCP and DDNS server suite. Available at [services.kea](options.html#opt-services.kea).