Skip to content

Commit 5e9c6ab

Browse files
committed
feat: Install weechat-matrix
based on the input provided by @mjlbach in NixOS/nixpkgs#79646 (comment)
1 parent ec66b77 commit 5e9c6ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chat.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ let
55
configure = { availablePlugins, ... }: {
66
plugins = with availablePlugins; [
77
(perl.withPackages (p: [ p.PodParser ]))
8-
python
8+
(python.withPackages (_: with weechatScripts; [ weechat-matrix ]))
99
];
1010
scripts = with weechatScripts; [
1111
wee-slack
1212
weechat-autosort
13+
weechat-matrix
1314
];
1415
};
1516
};

0 commit comments

Comments
 (0)