1

Enable gvfs for network shares in thunar

This commit is contained in:
2023-07-12 18:27:24 +02:00
parent 308e6dba0d
commit d1b40b257a

View File

@ -388,6 +388,10 @@ with mylib.networking; {
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
locate.enable = true; # Periodically update index
ntp.enable = true; # Clock sync
gvfs = { # Network shares
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
};
# packagekit.enable = true; # KDE Discover/Gnome Software
# samba = {