fix: use blender-bin, update cache mirror, disable rustdesk & others.

This commit is contained in:
Ryan Yin
2025-04-13 15:46:41 +08:00
parent 6b2f5542da
commit 47179e46ba
5 changed files with 71 additions and 31 deletions

View File

@@ -3,11 +3,11 @@
mylib,
...
}: {
imports = mylib.scanPaths ./.;
environment.systemPackages = with pkgs; [
waypipe
moonlight-qt # moonlight client, for streaming games/desktop from a PC
rustdesk # p2p remote desktop
];
# imports = mylib.scanPaths ./.;
#
# environment.systemPackages = with pkgs; [
# waypipe
# moonlight-qt # moonlight client, for streaming games/desktop from a PC
# rustdesk # p2p remote desktop
# ];
}