Commit ef3e9810 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

nixos/cinnamon: Enable all x-d-p-gtk portals

This will fix the conflict when another DE using the full `xdg-desktop-portal-gtk` is enabled simultaneously with Cinnamon.
There will no longer be conflicts at runtime since the portals are now configured by `cinnamon-common` in `xdg.portal.configPackages`.
The added closure size should be negligible, as most of the packages are also used by Cinnamon.
parent 27e30d17
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -192,10 +192,7 @@ in
      xdg.portal.enable = true;
      xdg.portal.extraPortals = [
        pkgs.xdg-desktop-portal-xapp
        (pkgs.xdg-desktop-portal-gtk.override {
          # Do not build portals that we already have.
          buildPortalsInGnome = false;
        })
        pkgs.xdg-desktop-portal-gtk
      ];

      services.orca.enable = mkDefault (notExcluded pkgs.orca);