From d22510b15f6cdb039f3a21e04de3687de1866a00 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 29 Oct 2017 16:47:05 +0100 Subject: feat(adho): Install Steam --- adho-configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index a36bc264b104..c08ec7350041 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -1,5 +1,5 @@ # Local configuration for 'adho' (Thinkpad T470s) -{ config, ...}: +{ config, pkgs, ...}: { boot.initrd.luks.devices.adho.device = "/dev/disk/by-uuid/722006b0-9654-4ea1-8703-e0cf9ac1905e"; @@ -7,6 +7,11 @@ services.xserver.videoDrivers = [ "intel" ]; programs.light.enable = true; + # Attempt to get Steam & co to run: + hardware.opengl.driSupport32Bit = true; + hardware.pulseaudio.support32Bit = true; + environment.systemPackages = [ pkgs.steam ]; + networking = { hostName = "adho"; wireless.enable = true; -- cgit 1.4.1