From a9191db00d3516e3fb03c96c6d4bc3d882a34743 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 24 Mar 2024 21:23:19 -0400 Subject: [PATCH] Comment out xdg portal attributes which caused issues with GNOME --- profiles/personal/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index 0c48e32..ab7aa87 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -86,14 +86,14 @@ fonts.fontDir.enable = true; - xdg.portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal - pkgs.xdg-desktop-portal-gtk - ]; - config.common.default = [ "gtk" ]; - }; + # xdg.portal = { + # enable = true; + # extraPortals = [ + # pkgs.xdg-desktop-portal + # pkgs.xdg-desktop-portal-gtk + # ]; + # config.common.default = [ "gtk" ]; + # }; # The first version of NixOS installed on this particular machine # Is used to maintain compatibility with application data