From 8800342ae4db8707b51c0dbc9a4bc0964913af6b Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 27 Nov 2025 01:17:12 +0100 Subject: [PATCH] fixes trash --- hosts/dnsc-machine/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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";