Revert "Test: disable GVFS"

Breaks Steam

This reverts commit aebb644d64.
This commit is contained in:
Filippo Berto 2024-03-31 08:02:55 +02:00
parent aebb644d64
commit 829dec01f7
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 5 additions and 4 deletions

View file

@ -146,10 +146,10 @@
# };
dbus = { packages = [ pkgs.dconf ]; implementation = "broker"; };
gnome.gnome-keyring.enable = true;
# gvfs = {
# enable = true;
# # package = pkgs.gnome3.gvfs;
# };
gvfs = {
enable = true;
# package = pkgs.gnome3.gvfs;
};
# joycond.enable = true;
keybase.enable = true;
onedrive.enable = true;