nixos/tests/xfce: update panel plugin to top-level

This commit is contained in:
pancaek
2025-12-20 00:44:51 -08:00
committed by Bobby Rong
parent aee7e9a7e2
commit e318f60901
+1 -1
View File
@@ -18,7 +18,7 @@
};
services.xserver.desktopManager.xfce.enable = true;
environment.systemPackages = [ pkgs.xfce.xfce4-whiskermenu-plugin ];
environment.systemPackages = [ pkgs.xfce4-whiskermenu-plugin ];
programs.thunar.plugins = [ pkgs.xfce.thunar-archive-plugin ];
programs.ydotool.enable = true;