init
This commit is contained in:
11
modules/home/wechat.nix
Normal file
11
modules/home/wechat.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs.unstable; [
|
||||
wechat-uos
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
WECHAT_DATA_DIR = "~/.local/WeChat";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user