(desktop) Gen 450: Added steam configuration

This commit is contained in:
pagedMov
2024-10-13 18:10:24 -04:00
parent cce0e85ddd
commit 883301de37
4 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
programs.steam = {
enable = true;
extest.enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
}