From eb79c39d559273753baf5cdca92e04d2871d96c8 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 12 Jul 2023 18:27:24 +0200 Subject: [PATCH] Enable gvfs for network shares in thunar --- system/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/default.nix b/system/default.nix index dce0d503..20630289 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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 = {