Auto-commit: 2026-01-08 08:34:17

This commit is contained in:
2026-01-08 08:34:17 +00:00
parent ac59282517
commit 11dc4b4490

View File

@@ -1,9 +1,9 @@
{ pkgs, inputs, nixpkgs-unstable, ... }:
{ pkgs, inputs, ... }:
{
programs = {
steam = {
enable = true;
package = nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;