feat: add WeChat(UOS) sandboxed

fix: mkdir - persist qq's config
feat: update kernel params for nvidia
This commit is contained in:
Ryan Yin
2024-11-13 20:23:32 +08:00
parent fd776a0c0a
commit ab8fd424d8
9 changed files with 125 additions and 5 deletions
+3
View File
@@ -22,6 +22,9 @@ in {
qq = wrapper super ./qq.nix;
qq-desktop-item = super.callPackage ./qq-desktop-item.nix {};
wechat-uos = wrapper super ./wechat-uos.nix;
wechat-uos-desktop-item = super.callPackage ./wechat-uos-desktop-item.nix {};
firefox = wrapper super ./firefox.nix;
firefox-desktop-item = super.callPackage ./firefox-desktop-item.nix {};
};