{ pkgs, ... }: { home = { packages = with pkgs.unstable; [ wechat-uos ]; sessionVariables = { WECHAT_DATA_DIR = "~/.local/WeChat"; }; }; }