From 356d9ad758b75674108cb0fbe22238acf260816d Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 23 Jul 2019 03:43:21 -0400 Subject: [PATCH] nixos/pantheon: don't add extraPortals Pantheon's XDG Portal is still WIP and we it's probably not proper to use gtk's one. --- nixos/modules/services/x11/desktop-managers/pantheon.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix index c0eae1eb8d44..41903b33fae9 100644 --- a/nixos/modules/services/x11/desktop-managers/pantheon.nix +++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix @@ -145,8 +145,6 @@ in isSystem = true; }; - xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - networking.networkmanager.enable = mkDefault true; networking.networkmanager.basePackages = { inherit (pkgs) networkmanager modemmanager wpa_supplicant;