infrastructure/configuration/profiles/gaming/default.nix
kat witch 1383d88b11 Moved to using a Windows VM with PCI-E passthrough for gaming using screenstub and SCREAM.
Many other changes. Commented some things. Who knows, it's been a long month and a bit.
2021-01-06 05:17:32 +00:00

7 lines
270 B
Nix

{ config, lib, pkgs, ... }: {
hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
home-manager.users.kat = { home.packages = [ pkgs.lutris pkgs.steam-run ]; };
}