nibylandia/modules/gaming.nix

9 lines
158 B
Nix

{ pkgs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
# environment.systemPackages = with pkgs; [ ryujinx ];
}