nixos/xdg: disable portal (again)

This commit is contained in:
worldofpeace 2019-07-26 22:33:49 -04:00
parent fd2b2b5cd5
commit c4d06eff3f

View file

@ -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 = config.services.xserver.enable;
default = false;
};
extraPortals = mkOption {