fix: gvfs not in home-manager

This commit is contained in:
Noah Masur 2023-02-28 00:11:59 -05:00
parent f648e92c28
commit 6e117769c6

View File

@ -17,9 +17,6 @@
gnome.sushi # Quick preview with spacebar
];
# Allow browsing Samba shares
services.gvfs.enable = true;
# Set default for opening directories
xdg.mimeApps.defaultApplications."inode/directory" =
[ "nautilus.desktop" ];
@ -31,6 +28,10 @@
};
};
};
# Allow browsing Samba shares
services.gvfs.enable = true;
};
}