nibylandia/modules/gaming.nix

9 lines
158 B
Nix
Raw Normal View History

{ pkgs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
2024-03-18 15:18:01 +00:00
# environment.systemPackages = with pkgs; [ ryujinx ];
}