Enable gvfs for network shares in thunar
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user