summary refs log tree commit diff
path: root/nixos/modules/config/xdg
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-26 22:33:49 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-26 22:33:49 -0400
commitc4d06eff3fd41bc71aa9d48f0122b20a28bb2c52 (patch)
tree95663437fba938d1edb3e9b922288396ebbcfd02 /nixos/modules/config/xdg
parentfd2b2b5cd56a5be788fa88dcd9605a3a5bb5ecc7 (diff)
downloadnixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar.gz
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar.bz2
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar.lz
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar.xz
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.tar.zst
nixpkgs-c4d06eff3fd41bc71aa9d48f0122b20a28bb2c52.zip
nixos/xdg: disable portal (again)
Diffstat (limited to 'nixos/modules/config/xdg')
-rw-r--r--nixos/modules/config/xdg/portal.nix2
1 files changed, 1 insertions, 1 deletions
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 "<link xlink:href='https://github.com/flatpak/xdg-desktop-portal'>xdg desktop integration</link>"//{
-        default = config.services.xserver.enable;
+        default = false;
       };
 
     extraPortals = mkOption {