about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ];
+    };
+
   };
 }