From 19bc5543e124b2785898336acdd0fadd2d200a5c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 29 Oct 2020 14:26:49 +0100 Subject: gaming: enable steam module --- system/settings/gaming.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/settings/gaming.nix') diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 0dbc5b12..e7a115da 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + programs.steam.enable = true; hardware.steam-hardware.enable = true; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; -- cgit 1.4.1