From aa13319d6e6b0f7c26c54fb76a44974d567a368c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 21 Dec 2017 11:04:21 +0100 Subject: chore(adho): Remove Steam & related config --- adho-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index c6869f3b678e..f026a040fa00 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -7,11 +7,6 @@ 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