aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/chat/default.nix
blob: 5d1a7214d1daf5246d777d8c1f36530af7aa1277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* REAL-TIME COMMUNICATION CLIENTS
 *
 * A bit of a mix of applications and no real configuration
 */

{ pkgs, ... }:

{
  home.packages = with pkgs; [
    dino
    quasselClient
    signal-desktop
    weechat
  ];
}