{ pkgs, ... }: { imports = [ ./discord ./irc.nix ]; home.packages = with pkgs; [ revolt-desktop newsboat pidgin ]; }