From 8f3ef39edf222b78ac3b4c92a48ea1f17d8c75c3 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 13 May 2025 22:50:12 +0200 Subject: [PATCH] Enable steam as a system program for linux. --- nix/system/linux_x86.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/system/linux_x86.nix b/nix/system/linux_x86.nix index 38b82e1..998ccec 100644 --- a/nix/system/linux_x86.nix +++ b/nix/system/linux_x86.nix @@ -23,5 +23,6 @@ "--unsupported-gpu" ]; }; + steam.enable = true; }; }