mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 16:01:21 +02:00
fix: use blender-bin, update cache mirror, disable rustdesk & others.
This commit is contained in:
@@ -100,9 +100,9 @@
|
||||
# status: https://mirrors.ustc.edu.cn/status/
|
||||
# "https://mirrors.ustc.edu.cn/nix-channels/store"
|
||||
# status: https://mirror.sjtu.edu.cn/
|
||||
# "https://mirror.sjtu.edu.cn/nix-channels/store"
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store"
|
||||
# others
|
||||
"https://mirrors.sustech.edu.cn/nix-channels/store"
|
||||
# "https://mirrors.sustech.edu.cn/nix-channels/store"
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
|
||||
|
||||
"https://nix-community.cachix.org"
|
||||
|
||||
@@ -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
|
||||
# ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user