From 57b45729897fe68216f48ba09ba0280511d1b093 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <christoph@cullmann.io>
Date: Tue, 1 Apr 2025 21:50:21 +0200
Subject: [PATCH] use flatpak steam

---
 share/users.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/users.nix b/share/users.nix
index 39398af..bf2c8c4 100644
--- a/share/users.nix
+++ b/share/users.nix
@@ -55,7 +55,7 @@ in
     };
 
     #
-    # sandbox for lutris and steam games and Co.
+    # sandbox for lutris games and Co.
     #
     users.sandbox-games = {
       # home on persistent volume
@@ -159,7 +159,6 @@ in
       # install gaming stuff
       home.packages = with pkgs; [
         lutris
-        steam
         wineWowPackages.stable
         winetricks
       ];