Reconfigured steam to work natively

This commit is contained in:
Emmet 2023-07-10 18:15:35 -05:00
parent 84cec7897b
commit 556ade0239
3 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@
../../system/hardware-configuration.nix ../../system/hardware-configuration.nix
#../../system/hardware/openrgb.nix #../../system/hardware/openrgb.nix
../../system/app/gamemode.nix ../../system/app/gamemode.nix
../../system/app/steam.nix
../../system/security/doas.nix ../../system/security/doas.nix
../../system/security/gpg.nix ../../system/security/gpg.nix
../../system/security/blocklist.nix ../../system/security/blocklist.nix

6
system/app/steam.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
hardware.opengl.driSupport32Bit = true;
programs.steam.enable = true;
}

View file

@ -14,6 +14,7 @@ in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# Games # Games
steam # also requires system-level steam.nix to run
gamehub gamehub
myRetroarch myRetroarch
airshipper airshipper