{
pkgs,
config,
lib,
...
}:
with lib;
mkIf config.desktop.enable {
home.packages = with pkgs; [xfce.thunar];
}