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/satoshipad.nix | 1 + user/settings/chat.nix | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 user/settings/chat.nix (limited to 'user') diff --git a/user/satoshipad.nix b/user/satoshipad.nix index e09c79ea..e2a513d5 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -5,6 +5,7 @@ ../private ./settings/base.nix + ./settings/chat.nix ./settings/development/base.nix ./settings/dunst.nix ./settings/emacs.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