Modifications to the gaming module

This commit is contained in:
TheWanderingCrow 2026-02-16 16:48:23 -05:00
parent 63e8f462e5
commit ce45a37a8c

View file

@ -1,11 +1,17 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.unstable.protontricks
pkgs.unstable.winetricks
pkgs.wineWowPackages.stable
pkgs.wineWowPackages.waylandFull
pkgs.steamtinkerlaunch
];
programs = {
steam = {
enable = true;
protontricks = {
enable = true;
};
extraCompatPackages = [pkgs.unstable.proton-ge-bin];
extraCompatPackages = [ pkgs.unstable.proton-ge-bin ];
};
gamescope = {
enable = true;