summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/weechat.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/weechat.nix b/config/weechat.nix
index 6e33f3a..5fee65e 100644
--- a/config/weechat.nix
+++ b/config/weechat.nix
@@ -1,5 +1,13 @@
{ config, pkgs, ... }:
{
+ # nixpkgs.config.packageOverrides = pkgs: {
+ # weechat = pkgs.weechat.override {
+ # extraBuildInputs = with pkgs; [
+ # luaPackages.cjson
+ # ];
+ # };
+ # };
+
systemd.services = {
weechat = {
description = "weechat session";