mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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:
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…
Reference in New Issue
Block a user