From abf37951b762c7577f4f1b95a813c7c3008abe1c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 May 2020 11:19:18 +0200 Subject: Move chat programs into user module --- user/settings/chat.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 user/settings/chat.nix (limited to 'user/settings/chat.nix') diff --git a/user/settings/chat.nix b/user/settings/chat.nix new file mode 100644 index 00000000..98259fef --- /dev/null +++ b/user/settings/chat.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: + +{ + home.packages = with pkgs; [ + signal-desktop + wire-desktop + + weechat + ]; +} -- cgit 1.4.1