Gamemode & Steam Fix and Add Gamescope
- Move gamemode and steam to system packages - Add gamescope to user packages
This commit is contained in:
15
system/utilities/gaming.nix
Normal file
15
system/utilities/gaming.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
# settings = {};
|
||||
# enableRenice = true;
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user