From 8d3d91d3d0a7aec224ba32207399b6c35822b53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 4 Jul 2020 09:09:58 +0100 Subject: [PATCH] Don't use desktop portals as they break firefox --- nixos/i3/system.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/i3/system.nix b/nixos/i3/system.nix index 2c3e70ef..74269f57 100644 --- a/nixos/i3/system.nix +++ b/nixos/i3/system.nix @@ -5,10 +5,6 @@ ]; programs.dconf.enable = true; - xdg.portal.enable = true; - xdg.portal.gtkUsePortal = true; - xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ]; - services = { physlock = { enable = true;