{pkgs, ...}: { services.gvfs.enable = true; # Mount, trash, and other functionalities services.tumbler.enable = true; # Thumbnail support for images programs.thunar.enable = true; programs.xfconf.enable = true; services.displayManager.ly.enable = true; services.ratbagd.enable = true; # logitech mouse config backend thingy services.avahi = { enable = true; nssmdns4 = true; publish = { enable = true; addresses = true; domain = true; hinfo = true; userServices = true; workstation = true; }; }; services.v2raya.enable = true; programs.thunar.plugins = with pkgs; [ thunar-archive-plugin thunar-volman ]; }