Add subpackage for entertainment stuff

This commit is contained in:
Valentin Brandl 2022-02-18 16:36:24 +01:00
parent 5fa9a0498c
commit 95e22f2ca5

View File

@ -0,0 +1,22 @@
inputs:
{ config, lib, pkgs, ... }: {
environment.systemPackages = with pkgs; [
steam
steam-run
#lutris
#multimc
#(wine.override { wineBuild = "wineWow"; })
mplayer
spotify
vlc
teamspeak_client
];
# needed for steam
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
programs.steam.enable = true;
}