diff --git a/modules/linux/swaywm.nix b/modules/linux/swaywm.nix index 8dce743..90a2f40 100644 --- a/modules/linux/swaywm.nix +++ b/modules/linux/swaywm.nix @@ -62,16 +62,5 @@ in with lib; { environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; }; - # Enable the xdg-portal - xdg = { - portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-wlr - xdg-desktop-portal-gtk - ]; - }; - }; - }; }