mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
nixos/xdg: disable portal (again)
This commit is contained in:
parent
fd2b2b5cd5
commit
c4d06eff3f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user