steam: remove steam workaround
This commit is contained in:
parent
311fb4384e
commit
99576a7cb0
3 changed files with 102 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue