{ config, lib, pkgs, ... }: lib.mkIf config.sbruder.gui { environment.systemPackages = with pkgs; [ (mumble.override { pulseSupport = true; }) # VoIP group chat claws-mail # email client that looks ugly but just works ]; }