nixos/xdg: default portal from xserver.enable
same affect as f84a4ef8924f9e21f653b895723ee75c93b56a27 but we won't need to enable the module independently for DE modules.
This commit is contained in:
parent
5e454dc013
commit
d734750608
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user