nixos/xdg: default portal from xserver.enable

same affect as f84a4ef892
but we won't need to enable the module independently for DE
modules.
This commit is contained in:
worldofpeace 2019-07-19 19:47:02 -04:00
parent 5e454dc013
commit d734750608

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