From 625efa651cf6bd09332b7cba7ab935bfb8e2346f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 14:25:35 +0900 Subject: [PATCH] test --- nixos/common/software/cli/weechat.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/common/software/cli/weechat.nix b/nixos/common/software/cli/weechat.nix index 8af55605..4492b9d9 100644 --- a/nixos/common/software/cli/weechat.nix +++ b/nixos/common/software/cli/weechat.nix @@ -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: {