From ec55716c967c2296de26fa776af677be374db9e9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 15 Jun 2020 03:04:22 +0200 Subject: machines/legosi: replace weechat package by module --- machines/profpatsch/legosi.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch/legosi.nix') diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 5414279e..04d04f1b 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -43,8 +43,10 @@ in { root.openssh.authorizedKeys.keys = [ myKey ]; }; - environment.systemPackages = [ - pkgs.weechat - ]; + vuizvui.programs.profpatsch.weechat = { + enable = true; + authorizedKeys = [ myKey ]; + }; + }; } -- cgit 1.4.1