From e889672068eff3c29f01d29c22446b84203a7f60 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 2 Nov 2020 14:59:15 +0100 Subject: [PATCH] Use new steam helpers --- roles/subroles/entertainment.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/subroles/entertainment.nix b/roles/subroles/entertainment.nix index 1ea13b5..1e91da3 100644 --- a/roles/subroles/entertainment.nix +++ b/roles/subroles/entertainment.nix @@ -17,4 +17,6 @@ # needed for steam hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; + + programs.steam.enable = true; }