diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 4e68540..d5194c9 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -217,6 +217,9 @@ # External Storage Devices services.udisks2.enable = true; + # GVFS (e.g. for trash) + services.gvfs.enable = true; + # Environment & session variables environment.variables = { EDITOR = "nvim";