about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-15 03:04:22 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-15 03:04:22 +0200
commitec55716c967c2296de26fa776af677be374db9e9 (patch)
tree99635db44cea517cbc83858077d8ec555f0ba4ae /machines/profpatsch/legosi.nix
parent279d8a3444064dda4e0a47293e10a45e3c0ce8b6 (diff)
machines/legosi: replace weechat package by module
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix8
1 files changed, 5 insertions, 3 deletions
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 ];
+    };
+
   };
 }