{ config, pkgs, ... }: { services = { gvfs.enable = true; # TODO: Check if I need these # udisks2.enable = true; # devmon.enable = true; tumbler.enable = true; }; programs = { thunar = { enable = true; plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-media-tags-plugin thunar-volman ]; }; file-roller.enable = true; }; }