Skip to content

Commit

Permalink
ijwsoef
Browse files Browse the repository at this point in the history
Signed-off-by: Bendik Dyrli <[email protected]>
  • Loading branch information
skandix committed Aug 26, 2024
1 parent 0b2f8b9 commit d3f0096
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions common/games.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
{ config, pkgs, unstable, ... }:
{ config, pkgs, ... }:

{
nixpkgs.config.allowUnfree = true;
hardware.opengl = {
enable = true;
driSupport32Bit = true;
driSupport = true;
};
hardware.pulseaudio.support32Bit = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
programs.steam.enable = true;

# OTHER
environment.systemPackages = with pkgs; [
unstable.lutris
unstable.winetricks
lutris
winetricks
wine-staging
gamemode
mangohud
r2modman
unstable.protontricks
protontricks
];
}

0 comments on commit d3f0096

Please sign in to comment.