Auto-commit: 2026-01-08 08:34:00
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{ pkgs, inputs, nixpkgs-unstable, ... }:
|
||||
{
|
||||
nixpkgs-unstable.config.allowUnfree = true;
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam;
|
||||
package = nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.steam;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user