Move to unstable mangohud for steam
This commit is contained in:
parent
04f1310c0a
commit
728940b490
1 changed files with 2 additions and 2 deletions
|
@ -175,9 +175,9 @@
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.steam.override {
|
package = pkgs.steam.override {
|
||||||
extraPkgs = (pkgs: with pkgs; [
|
extraPkgs = (pkgs: with pkgs; with unstable; [
|
||||||
gamemode
|
gamemode
|
||||||
mangohud
|
unstable.mangohud
|
||||||
# additional packages...
|
# additional packages...
|
||||||
# e.g. some games require python3
|
# e.g. some games require python3
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue