(desktop) Gen 450: Added steam configuration
This commit is contained in:
13
modules/sys/software/steam.nix
Normal file
13
modules/sys/software/steam.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user