steam: remove steam workaround

This commit is contained in:
lelgenio 2024-03-19 13:44:53 -03:00
parent 311fb4384e
commit 99576a7cb0
3 changed files with 102 additions and 61 deletions

View file

@ -1,12 +1,6 @@
{ config, pkgs, inputs, ... }:
let
pkgs' = import inputs.nixpkgs-fixed-steam {
inherit (pkgs) system config;
};
in
{
{ config, pkgs, inputs, ... }: {
programs.steam.enable = true;
programs.steam.package = pkgs'.steam.override {
programs.steam.package = pkgs.steam.override {
extraLibraries = pkgs: with config.hardware.opengl;
if pkgs.hostPlatform.is64bit
then [ package ] ++ extraPackages