nixosTests.xfce: Test programs.thunar.plugins option

This commit is contained in:
Bobby Rong 2025-07-15 23:11:36 +08:00
parent e5330889da
commit 025e468920
No known key found for this signature in database

View File

@ -19,6 +19,8 @@
services.xserver.desktopManager.xfce.enable = true;
environment.systemPackages = [ pkgs.xfce.xfce4-whiskermenu-plugin ];
programs.thunar.plugins = [ pkgs.xfce.thunar-archive-plugin ];
};
enableOCR = true;