This commit is contained in:
iFargle 2023-08-29 14:25:35 +09:00
parent a38856a2ed
commit 625efa651c

View file

@ -3,6 +3,11 @@
weechat
];
# Per the README, set matrix-sso-helper in your $PATH
environment.interactiveShellInit = ''
alias matrix_sso_helper=${pkgs.weechatScripts.weechat-matrix}/bin/matrix_sso_helper
'';
nixpkgs.overlays = [
(
self: super: {