3
0
Fork 0
forked from mirrors/nixpkgs

nixos/xdg: Disables portal by default...

Left to do: re-enable as needed in the usual situations.

This added ~286MiB to the base system closure, which is enough to bring
the sd images over the limit allowed on Hydra.
This commit is contained in:
Samuel Dionne-Riel 2019-07-19 19:28:51 -04:00
parent 21f015dbf7
commit f84a4ef892

View file

@ -4,7 +4,7 @@ with lib;
options.xdg.portal = { options.xdg.portal = {
enable = enable =
mkEnableOption "<link xlink:href='https://github.com/flatpak/xdg-desktop-portal'>xdg desktop integration</link>"//{ mkEnableOption "<link xlink:href='https://github.com/flatpak/xdg-desktop-portal'>xdg desktop integration</link>"//{
default = true; default = false;
}; };
extraPortals = mkOption { extraPortals = mkOption {