Files
nixos/modules/desktop/gaming.nix
2026-06-19 05:47:33 +02:00

9 lines
101 B
Nix

{ pkgs, ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
}