Add gamescope, mangohud globally to common steam config

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-27 21:00:44 +02:00
parent 6099b301cd
commit 023be90378
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -2,17 +2,15 @@
{
programs.gamemode.enable = true;
environment.systemPackages = [
environment.systemPackages = with pkgs; [
gamescope
mangohud
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
package = pkgs.steam-small.override {
extraPkgs = p: with p; [
p.gamescope
p.mangohud
];
extraLibraries = p: with p; [
p.libkrb5
p.keyutils