Add mangohud to lutris

This commit is contained in:
joachimschmidt557 2021-11-05 23:01:00 +01:00
parent 36b21df5ee
commit 37fd748203
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
result

View file

@ -17,7 +17,9 @@
}; };
in in
{ {
packages.lutris = pkgs.lutris; packages.lutris = pkgs.lutris.override {
extraPkgs = pkgs: [ pkgs.mangohud ];
};
devShells.zig = import ./nix/zig.nix { pkgs = pkgs; }; devShells.zig = import ./nix/zig.nix { pkgs = pkgs; };
}) // { }) // {