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:
parent
21f015dbf7
commit
f84a4ef892
|
@ -4,7 +4,7 @@ with lib;
|
|||
options.xdg.portal = {
|
||||
enable =
|
||||
mkEnableOption "<link xlink:href='https://github.com/flatpak/xdg-desktop-portal'>xdg desktop integration</link>"//{
|
||||
default = true;
|
||||
default = false;
|
||||
};
|
||||
|
||||
extraPortals = mkOption {
|
||||
|
|
Loading…
Reference in a new issue