Skip to content

Commit

Permalink
feat: try lutris
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Oct 6, 2024
1 parent 7f46022 commit 08ad4b3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions hosts/hermes/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
user,
inputs,
pkgs,
pkgsUnstable,
...
}:
Expand Down Expand Up @@ -62,15 +63,21 @@
};

nixpkgs.config.allowUnfree = true;
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
environment.systemPackages = with pkgsUnstable; [
mangohud
protonup
seventeenlands
environment.systemPackages = [
pkgs.lutris
pkgsUnstable.mangohud
pkgsUnstable.protonup
pkgsUnstable.seventeenlands
];

# This value determines the NixOS release from which the default
Expand Down

0 comments on commit 08ad4b3

Please sign in to comment.