diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-12-21T10·04+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-12-21T10·04+0100 |
commit | aa13319d6e6b0f7c26c54fb76a44974d567a368c (patch) | |
tree | 07136afa910c3c5417022357f39eb97c363f80c3 /adho-configuration.nix | |
parent | ab11ea21764ea7fee9161fa8ffaed2aeff9e7513 (diff) |
chore(adho): Remove Steam & related config
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
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; |