From 5d3736dda654767a2c66e52a2a91d39645f1b895 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 15 Jun 2020 00:11:35 +0200 Subject: machines/legosi: add weechat --- machines/profpatsch/legosi.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') 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 + ]; }; } -- cgit 1.4.1