mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Reconfigured steam to work natively
This commit is contained in:
parent
84cec7897b
commit
556ade0239
|
@ -9,6 +9,7 @@
|
|||
../../system/hardware-configuration.nix
|
||||
#../../system/hardware/openrgb.nix
|
||||
../../system/app/gamemode.nix
|
||||
../../system/app/steam.nix
|
||||
../../system/security/doas.nix
|
||||
../../system/security/gpg.nix
|
||||
../../system/security/blocklist.nix
|
||||
|
|
6
system/app/steam.nix
Normal file
6
system/app/steam.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
programs.steam.enable = true;
|
||||
}
|
|
@ -14,6 +14,7 @@ in
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
steam # also requires system-level steam.nix to run
|
||||
gamehub
|
||||
myRetroarch
|
||||
airshipper
|
||||
|
|
Loading…
Reference in a new issue