{ pkgs, ... }:

{
  # Install WebCord
  home.packages = with pkgs; [
    webcord
  ];
}