Thunar doesn't show archive plugin

  services.xserver = {
    videoDrivers = [ "nvidia" ];
    enable = true;
    layout = "us";
    displayManager.lightdm.enable = true;
    desktopManager = {
      xfce = {
        enable = true;
        thunarPlugins = [ pkgs.xfce.thunar-archive-plugin ];
      };
      xterm.enable = false;
    };
  };

this is my config in the configuration.nix. still not work