{ pkgs, ... }: { services.xserver.desktopManager.xfce = { enable = true; }; environment.systemPackages = with pkgs; [ xfce.xfce4-panel-profiles ]; }