diff --git a/nixos/tests/xfce.nix b/nixos/tests/xfce.nix index dd86e8a099c1..6ac97b249991 100644 --- a/nixos/tests/xfce.nix +++ b/nixos/tests/xfce.nix @@ -20,7 +20,7 @@ services.xserver.desktopManager.xfce.enable = true; environment.systemPackages = [ pkgs.xfce4-whiskermenu-plugin ]; - programs.thunar.plugins = [ pkgs.xfce.thunar-archive-plugin ]; + programs.thunar.plugins = [ pkgs.thunar-archive-plugin ]; programs.ydotool.enable = true; };