feat: install & remove some apps

This commit is contained in:
ryan4yin
2023-06-05 01:41:24 +08:00
parent 609c9e53ff
commit 6582721050
4 changed files with 12 additions and 11 deletions

View File

@@ -3,14 +3,14 @@
{
# this params has problem with home-manager,
# so defined as NixOS Module here.
nixpkgs.config.permittedInsecurePackages = [
"electron-19.0.7" # required by wechat-uos, and it's already EOL
"openssl-1.1.1t" # OpenSSL 1.1 is reaching its end of life on 2023/09/11
];
# nixpkgs.config.permittedInsecurePackages = [
# "electron-19.0.7" # required by wechat-uos, and it's already EOL
# "openssl-1.1.1u" # OpenSSL 1.1 is reaching its end of life on 2023/09/11
# ];
environment.systemPackages = with config.nur.repos.xddxdd; [
environment.systemPackages = [
# packages from nur-xddxdd
wechat-uos
# config.nur.repos.xddxdd.wechat-uos
];
# flatpack is recommended to install other apps such as netease-cloud-music/qqmusic/...