summary refs log tree commit diff stats
path: root/user/settings/chat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/chat.nix')
-rw-r--r--user/settings/chat.nix10
1 files changed, 10 insertions, 0 deletions
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
+  ];
+}