ma tools/steam: install steam for makefu, not all users

This commit is contained in:
makefu 2017-09-29 21:34:12 +02:00
parent c83e5ad0d5
commit 8962c8f1fc
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,6 +1,6 @@
{pkgs, ...}:
{
environment.systemPackages = [
users.users.makefu.packages = [
(pkgs.steam.override {
newStdcpp = true;
})