From 971cea54182076de6a2c758d5259814ca1d3b316 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 21 Nov 2024 22:19:14 +0100 Subject: [PATCH] steam --- system-modules/games.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-modules/games.nix b/system-modules/games.nix index c014fec..1ee3d21 100644 --- a/system-modules/games.nix +++ b/system-modules/games.nix @@ -2,6 +2,9 @@ lib.mkIf (host == "NxNORTH" || host == "NxACE") { programs = { + steam = { + enable = true; + }; gamemode = { enable = true; };