feat: update flake.lock, disable all configs related to remote desktop

This commit is contained in:
Ryan Yin
2024-04-25 21:14:56 +08:00
parent de891782cb
commit bec52f9d60
2 changed files with 43 additions and 43 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
# ];
}