Fix tf2 in steam
This commit is contained in:
parent
9c21446c56
commit
693057fd48
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
||||||
slurp # Some for this one
|
slurp # Some for this one
|
||||||
|
|
||||||
gamescope
|
gamescope
|
||||||
|
pkgsi686Linux.gperftools # Needed for tf2
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
@ -131,6 +132,9 @@
|
||||||
libkrb5
|
libkrb5
|
||||||
keyutils
|
keyutils
|
||||||
];
|
];
|
||||||
|
extraLibraries = pkgs: with pkgs; [
|
||||||
|
gperftools # Needed for tf2 to work
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue