summary refs log tree commit diff
path: root/nixos/modules/services/desktops/gvfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/desktops/gvfs.nix')
-rw-r--r--nixos/modules/services/desktops/gvfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/gvfs.nix b/nixos/modules/services/desktops/gvfs.nix
index 250ea6d4575..966a4d38662 100644
--- a/nixos/modules/services/desktops/gvfs.nix
+++ b/nixos/modules/services/desktops/gvfs.nix
@@ -34,7 +34,7 @@ in
       # gvfs can be built with multiple configurations
       package = mkOption {
         type = types.package;
-        default = pkgs.gnome3.gvfs;
+        default = pkgs.gnome.gvfs;
         description = "Which GVfs package to use.";
       };