nixos/programs/games: add proton-ge declaratively

This commit is contained in:
Anthony Rodriguez 2024-12-19 19:12:01 +01:00
parent 26845938e7
commit ae60854247
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,6 +1,12 @@
{
{pkgs, ...}: {
programs = {
steam.enable = true;
steam = {
enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
gamemode.enable = true;
gamescope.enable = true;