feat: enable remote desktop - sunshine

This commit is contained in:
Ryan Yin
2025-03-01 08:47:35 +08:00
parent cfdf12b356
commit 9d26022139
2 changed files with 13 additions and 58 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
];
}