about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-15 00:11:35 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-15 00:11:51 +0200
commit5d3736dda654767a2c66e52a2a91d39645f1b895 (patch)
treea24842a563d648c27037cba4f19e2ef044ea90e5 /machines
parent3100ae7cd245cd2de413e4d4159a90bb52f4ead0 (diff)
machines/legosi: add weechat
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/legosi.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index fc3da387..5414279e 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -42,5 +42,9 @@ in {
     users.users = {
       root.openssh.authorizedKeys.keys = [ myKey ];
     };
+
+    environment.systemPackages = [
+      pkgs.weechat
+    ];
   };
 }