Auto-commit: 2026-01-08 08:38:20

This commit is contained in:
2026-01-08 08:38:20 +00:00
parent 3f0d7c3806
commit 514aa05d05

View File

@@ -1,9 +1,17 @@
{ pkgs, inputs, ... }:
let
system = pkgs.stdenv.hostPlatform.system;
pkgsUnstable = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
in
{
programs = {
steam = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam;
package = pkgsUnstable.steam;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;