nixos-conf/services/game-streaming.nix

9 lines
168 B
Nix
Raw Normal View History

# Game streaming software (and possibly services in future)
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
moonlight-qt
parsec-bin
];
}