Skip to content

Commit 9e81c86

Browse files
authored
Merge pull request #143314 from bobby285271/pantheon
Pantheon updates 2021-10-27
2 parents ea15d93 + 8a7f053 commit 9e81c86

14 files changed

Lines changed: 65 additions & 530 deletions

File tree

nixos/modules/services/x11/desktop-managers/pantheon.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ in
268268

269269
fonts.fontconfig.defaultFonts = {
270270
monospace = [ "Roboto Mono" ];
271-
sansSerif = [ "Open Sans" ];
271+
sansSerif = [ "Inter" ];
272272
};
273273
})
274274

nixos/modules/services/x11/desktop-managers/pantheon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ switchboard-with-plugs.override {
105105
</term>
106106
<listitem>
107107
<para>
108-
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>.
108+
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. The Flatpak backend will not work before <link xlink:href="https://github.com/elementary/appcenter/issues/1076">flag for Flatpak-only</link> is provided. See this <link xlink:href="https://github.com/NixOS/nixpkgs/issues/70214">issue</link>.
109109
</para>
110110
<para>
111111
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:

pkgs/desktops/pantheon/apps/appcenter/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ stdenv.mkDerivation rec {
3939
sha256 = "sha256-d7DGyAC8itBxTfuabDPN16W4S4d42s5UPp8AusZfy5k=";
4040
};
4141

42-
patches = [
43-
# Try to remove other backends to make flatpak backend work.
44-
# https://github.com/NixOS/nixpkgs/issues/70214
45-
./flatpak-only.patch
46-
# The homepage banner does not show up on first run,
47-
# has issues with app icon and mouse scrolling.
48-
./drop-homepage-banner.patch
49-
];
50-
5142
passthru = {
5243
updateScript = nix-update-script {
5344
attrPath = "pantheon.${pname}";

pkgs/desktops/pantheon/apps/appcenter/drop-homepage-banner.patch

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)