mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add gamescope
, mangohud
globally to common steam config
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
6099b301cd
commit
023be90378
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue