Comment out xdg portal attributes which caused issues with GNOME
This commit is contained in:
parent
5a230bfdcc
commit
a9191db00d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user