Files
nix-config-ryan4yin/modules/nixos/desktop/remote-desktop/default.nix

14 lines
202 B
Nix

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