From 0f4ed34118a44bedfbb9d37eca715a0e21e0c049 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 24 May 2017 10:52:37 +0200 Subject: [PATCH] m 2 games: include games-user-env --- 2configs/tools/games.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/2configs/tools/games.nix b/2configs/tools/games.nix index 34c6864..47f0628 100644 --- a/2configs/tools/games.nix +++ b/2configs/tools/games.nix @@ -3,5 +3,6 @@ { krebs.per-user.makefu.packages = with pkgs; [ steam + games-user-env ]; }