feat: nixpak telegram-desktop, move data to flatpak's appDataDir ~/.var

This commit is contained in:
Ryan Yin
2025-09-19 00:14:04 +08:00
parent 8b2b43d28a
commit 205b1466de
6 changed files with 95 additions and 30 deletions
+1 -2
View File
@@ -23,9 +23,8 @@ in
(_: super: {
nixpaks = {
qq = wrapper pkgs-patched ./qq.nix;
wechat = wrapper super ./wechat.nix;
telegram-desktop = wrapper super ./telegram-desktop.nix;
firefox = wrapper super ./firefox.nix;
};
})