summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-20 09:57:47 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-20 10:06:22 +0800
commit2610f6e0df09dd43bdc5da5b28674aa056e8a412 (patch)
tree2f15497f17c6ab172dd88d9a2d41b522e50f8753
parent3841fc3c88a45866ec172f2c3bd2eec34e7f88b0 (diff)
downloadnixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar.gz
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar.bz2
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar.lz
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar.xz
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.tar.zst
nixpkgs-2610f6e0df09dd43bdc5da5b28674aa056e8a412.zip
nixos/panthoen: mention appcenter changes in manual
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.xml b/nixos/modules/services/x11/desktop-managers/pantheon.xml
index 3ae43b074ff..fe0a1c49622 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.xml
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.xml
@@ -105,8 +105,14 @@ switchboard-with-plugs.override {
     </term>
     <listitem>
      <para>
-      AppCenter has been available since 20.03, but it is of little use. This is because there is no functioning PackageKit backend for Nix 2.0. In the near future you will be able to install Flatpak applications from AppCenter on NixOS. See this <link xlink:href="https://github.com/NixOS/nixpkgs/issues/70214">issue</link>.
+      AppCenter has been available since 20.03, but it is of little use. This is because there is no functioning PackageKit backend for Nix 2.0. Starting from 21.11, the Flatpak backend should work so you can install some Flatpak applications using it. See this <link xlink:href="https://github.com/NixOS/nixpkgs/issues/70214">issue</link>.
      </para>
+     <para>
+      To use AppCenter on NixOS, add <literal>pantheon.appcenter</literal> to <xref linkend="opt-environment.systemPackages" />, <link linkend="module-services-flatpak">enable Flatpak support</link> and optionally add the <literal>appcenter</literal> Flatpak remote:
+     </para>
+<screen>
+<prompt>$ </prompt>flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
+</screen>
     </listitem>
    </varlistentry>
   </variablelist>