l IM: add weechat to system PATH

This commit is contained in:
lassulus 2021-10-25 16:20:51 +02:00
parent 703cdd24b2
commit 128b2a2284

View File

@ -30,7 +30,7 @@ in {
imports = [
./bitlbee.nix
];
environment.systemPackages = [ tmux ];
environment.systemPackages = [ tmux weechat ];
systemd.services.chat = {
description = "chat environment setup";
after = [ "network.target" ];