nixos/pantheon: don't set GIO_EXTRA_MODULES
This commit is contained in:
parent
5b09814b57
commit
a686dc071c
@ -162,10 +162,6 @@ in
|
|||||||
|
|
||||||
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
|
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
|
||||||
|
|
||||||
environment.variables.GIO_EXTRA_MODULES = [
|
|
||||||
"${pkgs.gnome3.gvfs}/lib/gio/modules"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
# FIXME: modules should link subdirs of `/share` rather than relying on this
|
# FIXME: modules should link subdirs of `/share` rather than relying on this
|
||||||
"/share"
|
"/share"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user