all repos — nixfiles @ a64e999255638c9a0ae5b7c104d80ac3201b1bc5

System and user configuration, managed by nix and home-manager

Move gaming packages to user

Alan Pearce
commit

a64e999255638c9a0ae5b7c104d80ac3201b1bc5

parent

22f3225547ae0dce900a1cd39f5ccce29e9552ed

1 file changed, 1 insertion(+), 41 deletions(-)

changed files
M system/modules/gaming.nixsystem/modules/gaming.nix
@@ -1,46 +1,6 @@
{ config, pkgs, ... }: -{ environment.systemPackages = with pkgs; [ - unstable.steam - ( - unstable.winePackages.unstable.override { - pngSupport = true; - jpegSupport = true; - tiffSupport = true; - gettextSupport = true; - fontconfigSupport = true; - alsaSupport = true; - gtkSupport = true; - openglSupport = true; - tlsSupport = true; - gstreamerSupport = true; - cupsSupport = true; - colorManagementSupport = true; - dbusSupport = true; - mpg123Support = true; - openalSupport = true; - openclSupport = true; - cairoSupport = true; - odbcSupport = true; - netapiSupport = true; - cursesSupport = true; - vaSupport = true; - pcapSupport = true; - v4lSupport = true; - saneSupport = true; - gsmSupport = true; - gphoto2Support = true; - ldapSupport = true; - pulseaudioSupport = true; - udevSupport = true; - xineramaSupport = true; - xmlSupport = true; - vulkanSupport = true; - sdlSupport = true; - } - ) - unstable.lutris - ]; +{ hardware.steam-hardware.enable = true; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true;