mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
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.
This commit is contained in:
parent
4e7cd97fa4
commit
356d9ad758
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user