use flatpak steam

This commit is contained in:
Christoph Cullmann 2025-04-01 21:50:21 +02:00
parent c77b831420
commit 57b4572989
No known key found for this signature in database

View file

@ -55,7 +55,7 @@ in
}; };
# #
# sandbox for lutris and steam games and Co. # sandbox for lutris games and Co.
# #
users.sandbox-games = { users.sandbox-games = {
# home on persistent volume # home on persistent volume
@ -159,7 +159,6 @@ in
# install gaming stuff # install gaming stuff
home.packages = with pkgs; [ home.packages = with pkgs; [
lutris lutris
steam
wineWowPackages.stable wineWowPackages.stable
winetricks winetricks
]; ];