{ pkgs, ... }:
{
imports = [ ./common.nix ];
home.packages = with pkgs; [
signal-desktop
element-desktop
];
}