From 0a946e4b70ecb7b232e4241f2ec98b8b713f6782 Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Sat, 28 May 2022 18:39:28 +0200 Subject: [PATCH] Add steam --- machines/thor/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/machines/thor/configuration.nix b/machines/thor/configuration.nix index c8997cd..587e7fa 100644 --- a/machines/thor/configuration.nix +++ b/machines/thor/configuration.nix @@ -44,6 +44,18 @@ cockatrice ]; + programs.steam = { + enable = true; + }; + + hardware.opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + }; + + services.xserver.videoDrivers = [ "nvidia" ]; + age.secrets."website-secret".file = ../../secrets/website.age; devices = {