From 1df005d6adc8d2f7b21da9f16c60c83658f0c9c6 Mon Sep 17 00:00:00 2001 From: Ada Avery <2561504+SquircleSpace@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:46:00 -0700 Subject: [PATCH] Jobe: Work around for steam issue https://github.com/NixOS/nixpkgs/issues/137279 --- jobe.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobe.nix b/jobe.nix index e210d58..ef5607b 100644 --- a/jobe.nix +++ b/jobe.nix @@ -144,7 +144,9 @@ in discord lutris nvtop - steam + (steam.override { + extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ]; + }) steam.run wine (import ./minecraft.nix { inherit pkgs; })