Comment out xdg portal attributes which caused issues with GNOME

This commit is contained in:
Sravan Balaji 2024-03-24 21:23:19 -04:00
parent 5a230bfdcc
commit a9191db00d

View File

@ -86,14 +86,14 @@
fonts.fontDir.enable = true; fonts.fontDir.enable = true;
xdg.portal = { # xdg.portal = {
enable = true; # enable = true;
extraPortals = [ # extraPortals = [
pkgs.xdg-desktop-portal # pkgs.xdg-desktop-portal
pkgs.xdg-desktop-portal-gtk # pkgs.xdg-desktop-portal-gtk
]; # ];
config.common.default = [ "gtk" ]; # config.common.default = [ "gtk" ];
}; # };
# The first version of NixOS installed on this particular machine # The first version of NixOS installed on this particular machine
# Is used to maintain compatibility with application data # Is used to maintain compatibility with application data