summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-29 21:34:12 +0200
committermakefu <github@syntax-fehler.de>2017-09-29 21:34:12 +0200
commit8962c8f1fc8c37d5f5f55bb2394f8f6e673a87f8 (patch)
tree45f400f740b5a15d138dfb40d02ee734793bae6f /makefu/2configs/tools
parentc83e5ad0d5588e733b860daf3506ae44482020bc (diff)
ma tools/steam: install steam for makefu, not all users
Diffstat (limited to 'makefu/2configs/tools')
-rw-r--r--makefu/2configs/tools/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/steam.nix b/makefu/2configs/tools/steam.nix
index dbe51270..200ea471 100644
--- a/makefu/2configs/tools/steam.nix
+++ b/makefu/2configs/tools/steam.nix
@@ -1,6 +1,6 @@
{pkgs, ...}:
{
- environment.systemPackages = [
+ users.users.makefu.packages = [
(pkgs.steam.override {
newStdcpp = true;
})