fix(nixos): enable gvfs
This is needed by thunar-volman.
This commit is contained in:
parent
ee3054fe48
commit
8997e76108
|
@ -238,6 +238,8 @@ in
|
|||
flake = "nixedo";
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
Loading…
Reference in a new issue