nixos/programs/games: add proton-ge declaratively
This commit is contained in:
parent
26845938e7
commit
ae60854247
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
];
|
||||
};
|
||||
|
||||
gamemode.enable = true;
|
||||
gamescope.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue