feat(adho): Install Steam

This commit is contained in:
Vincent Ambo 2017-10-29 16:47:05 +01:00
parent dfe1f191a9
commit d22510b15f

View file

@ -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;