From 99d0cbc8864e2cf65093ba65bfb73b08d3a661d4 Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:13:12 -0800 Subject: [PATCH] nixos/tests/xfce: remove xfce scope references --- nixos/tests/xfce.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };