Move to unstable mangohud for steam

This commit is contained in:
BuyMyMojo 2025-03-30 02:48:38 +11:00
parent 04f1310c0a
commit 728940b490
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -175,9 +175,9 @@
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraPkgs = (pkgs: with pkgs; [
extraPkgs = (pkgs: with pkgs; with unstable; [
gamemode
mangohud
unstable.mangohud
# additional packages...
# e.g. some games require python3
]);