summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-24 10:52:37 +0200
committermakefu <github@syntax-fehler.de>2017-05-24 10:52:37 +0200
commit00f5855223ecda48979314eeb550b5885e418a00 (patch)
tree4883697ea222081dea4fc326f762f50e8a575ab2 /makefu
parentb69647ac17b782fee1dfc3788bd2900a9a33b732 (diff)
m 2 games: include games-user-env
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/tools/games.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/tools/games.nix b/makefu/2configs/tools/games.nix
index 34c68645..47f06287 100644
--- a/makefu/2configs/tools/games.nix
+++ b/makefu/2configs/tools/games.nix
@@ -3,5 +3,6 @@
{
krebs.per-user.makefu.packages = with pkgs; [
steam
+ games-user-env
];
}