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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user