Add gamescope to gaming packages
This commit is contained in:
parent
9f8033fdc1
commit
e98f52df85
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
|||
{...}: {
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.gamescope ];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
services.joycond.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue