From 556ade023925f0df9507dadf1ea9853d87d9ff17 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 10 Jul 2023 18:15:35 -0500 Subject: [PATCH] Reconfigured steam to work natively --- profiles/personal/configuration.nix | 1 + system/app/steam.nix | 6 ++++++ user/app/games/games.nix | 1 + 3 files changed, 8 insertions(+) create mode 100644 system/app/steam.nix diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index c740526..f91d4dd 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -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 diff --git a/system/app/steam.nix b/system/app/steam.nix new file mode 100644 index 0000000..c0c1d36 --- /dev/null +++ b/system/app/steam.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: + +{ + hardware.opengl.driSupport32Bit = true; + programs.steam.enable = true; +} diff --git a/user/app/games/games.nix b/user/app/games/games.nix index 32b19ee..4e89440 100644 --- a/user/app/games/games.nix +++ b/user/app/games/games.nix @@ -14,6 +14,7 @@ in { home.packages = with pkgs; [ # Games + steam # also requires system-level steam.nix to run gamehub myRetroarch airshipper