about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-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
+    ];
   };
 }