From d77ec7c648fa3925078804096dc2c0e863fd7ff5 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 2 Jul 2024 17:14:09 +0200 Subject: [PATCH] feat: host weechat with head --- hosts/ami/weechat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/weechat.nix b/hosts/ami/weechat.nix index 2a269d1..14e0047 100644 --- a/hosts/ami/weechat.nix +++ b/hosts/ami/weechat.nix @@ -13,7 +13,7 @@ in { ]; }; }; - in "${weechat}/bin/weechat-headless"; + in "${weechat}/bin/weechat"; }; nginx = {