From a55ff78430910726e668fa7990f2954f57b94482 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Wed, 19 May 2021 01:18:35 +0200
Subject: [PATCH] Update steam layer

---
 layers/steam.nix | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/layers/steam.nix b/layers/steam.nix
index d67cde1..5c983d9 100644
--- a/layers/steam.nix
+++ b/layers/steam.nix
@@ -10,9 +10,12 @@ with lib;
 #
 #in
 {
+  hardware.opengl.enable = true;
   hardware.opengl.driSupport32Bit = true;
   hardware.pulseaudio.support32Bit = true;
 
+  programs.steam.enable = true;
+
   users.users.steam = {
     isNormalUser = true;
     uid = 1100;
@@ -24,9 +27,9 @@ with lib;
       "input"
     ];
     packages = [
-      pkgs.steam
+      #pkgs.steam
       pkgs.steam-run-native
-      pkgs.gamescope
+      #pkgs.gamescope
     ];
   };
 }
-- 
GitLab