{ flake.nixosModules.thunar = {pkgs, ...}: { programs.thunar = { enable = true; plugins = with pkgs; [ thunar-archive-plugin thunar-media-tags-plugin thunar-volman ]; }; programs.xfconf.enable = true; services.gvfs.enable = true; services.tumbler.enable = true; }; }