nixos/mate: don't set GiO_EXTRA_MODULES

This commit is contained in:
worldofpeace 2019-08-19 19:00:31 -04:00
parent a686dc071c
commit 45eac0537d

View File

@ -103,8 +103,6 @@ in
security.pam.services."mate-screensaver".unixAuth = true;
environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gnome3.gvfs}/lib/gio/modules" ];
environment.pathsToLink = [ "/share" ];
};