summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical/gaming.nix')
-rw-r--r--usecases/desktop/graphical/gaming.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/gaming.nix b/usecases/desktop/graphical/gaming.nix
index ec47ed2..898a013 100644
--- a/usecases/desktop/graphical/gaming.nix
+++ b/usecases/desktop/graphical/gaming.nix
@@ -8,7 +8,7 @@ inputs: {
8 enable = true; 8 enable = true;
9 package = pkgs.steam.override { 9 package = pkgs.steam.override {
10 extraLibraries = pkgs: 10 extraLibraries = pkgs:
11 with config.hardware.opengl; 11 with config.hardware.graphics;
12 if pkgs.hostPlatform.is64bit 12 if pkgs.hostPlatform.is64bit
13 then [package] ++ extraPackages 13 then [package] ++ extraPackages
14 else [package32] ++ extraPackages32; 14 else [package32] ++ extraPackages32;