From 7072f2a39e3d705c7c0a19b49b6ceb2669690ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 7 Jun 2026 12:51:30 +0200 Subject: [PATCH] desktop: steam --- modules/applications/games.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/applications/games.nix b/modules/applications/games.nix index 8911af4..185a892 100644 --- a/modules/applications/games.nix +++ b/modules/applications/games.nix @@ -5,5 +5,9 @@ _: { supertuxkart # fuck mariokart # my favorite italian plumber is free software ]; + programs.steam = { + enable = true; + protontricks.enable = true; + }; }; }