nixos/tests/xfce: remove xfce scope references

This commit is contained in:
pancaek
2025-12-27 13:13:12 -08:00
parent 3949e90ece
commit 99d0cbc886

View File

@@ -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;
};