xfce: does not explicitly require a gvfs package

- In order to use GIO/GVFS it is enough to enable the gvfs service.

- The module option services.gvfs.package can be used to choose a
  variation of the gvfs package, if desired.
This commit is contained in:
José Romildo Malaquias
2021-05-01 18:21:57 -03:00
parent 6dab4db428
commit 472f5a976d
4 changed files with 2 additions and 8 deletions
-3
View File
@@ -15,9 +15,6 @@ lib.makeScope pkgs.newScope (self: with self; {
automakeAddFlags = pkgs.makeSetupHook { } ./automakeAddFlags.sh;
# Samba is a rather heavy dependency
gvfs = pkgs.gvfs.override { samba = null; };
#### CORE
exo = callPackage ./core/exo { };