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

    weechat
  ];
}