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