Add proton-ge to steam

This commit is contained in:
GHOSCHT 2025-03-22 19:11:45 +01:00
parent be51089011
commit 18ee615d8b
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,12 +1,9 @@
{
config,
lib,
pkgs,
...
}: {
{ pkgs, ... }: {
programs = {
steam = {
enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
localNetworkGameTransfers.openFirewall = true;
};
};