From c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 26 Jul 2019 22:33:49 -0400 Subject: [PATCH] nixos/xdg: disable portal (again) --- nixos/modules/config/xdg/portal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/xdg/portal.nix b/nixos/modules/config/xdg/portal.nix index 4e85bf794da..6a72fab3a4a 100644 --- a/nixos/modules/config/xdg/portal.nix +++ b/nixos/modules/config/xdg/portal.nix @@ -4,7 +4,7 @@ with lib; options.xdg.portal = { enable = mkEnableOption "xdg desktop integration"//{ - default = config.services.xserver.enable; + default = false; }; extraPortals = mkOption {