mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 05:32:33 -05:00
Modifications to the gaming module
This commit is contained in:
parent
63e8f462e5
commit
ce45a37a8c
1 changed files with 11 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue