fix(nixos): enable gvfs

This is needed by thunar-volman.
This commit is contained in:
Oliver Davies 2023-06-22 08:42:26 +01:00
parent ee3054fe48
commit 8997e76108

View file

@ -238,6 +238,8 @@ in
flake = "nixedo";
};
services.gvfs.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;