From 4e8e36300863fd8ae68d097e543407e8d8d2a82f Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 26 Jul 2024 03:43:09 -0700 Subject: [PATCH] snowhawk: add gvfs for trash:/// support --- hosts/nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 468e19e..f8d8afa 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -123,6 +123,9 @@ # List services that you want to enable: + # Enable trash:/// support + services.gvfs.enable = true; + # Enable the OpenSSH daemon. services.openssh.enable = true;