summary refs log tree commit diff stats
path: root/user/settings/chat.nix
blob: f44b2508bb5f2da2fea9305714038600654e0997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  config,
  pkgs,
  ...
}: {
  home.packages = with pkgs; [
    signal-desktop
    wire-desktop

    weechat
  ];
}