infrastructure/configuration/profiles/gaming/default.nix
2020-11-28 01:44:26 +00:00

7 lines
No EOL
309 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 pkgs.steam-run pkgs.multimc pkgs.obs-studio ]; };
}