Added OBS Studio to the gaming profile.

This commit is contained in:
kat witch 2020-11-13 21:03:13 +00:00 committed by kat
parent 629ac8093f
commit e21ebb4d88

View file

@ -3,5 +3,5 @@
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
home-manager.users.kat = { home.packages = [ pkgs.steam pkgs.steam-run pkgs.multimc ]; };
home-manager.users.kat = { home.packages = [ pkgs.steam pkgs.steam-run pkgs.multimc pkgs.obs-studio ]; };
}