From b0ead93c11d5a4a6c26a59332e878e215b38e1a6 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 26 Mar 2022 22:03:39 -0400 Subject: [PATCH] gvfs is needed for Nautilus attach network devices --- modules/applications/gnome-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/applications/gnome-common.nix b/modules/applications/gnome-common.nix index e2af53d..6853e99 100644 --- a/modules/applications/gnome-common.nix +++ b/modules/applications/gnome-common.nix @@ -4,6 +4,8 @@ let power = config.this.system.power; in with lib; { config = mkIf graphical.enable { + services.gvfs.enable = true; + home-manager.users.james = { home.packages = with pkgs.gnome; [