diff options
Diffstat (limited to 'modules/games')
-rw-r--r-- | modules/games/steam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/games/steam.nix b/modules/games/steam.nix index 23b4f14..d1da8ee 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -15,8 +15,8 @@ in nixfiles.modules = { common.nix.allowedUnfreePackages = [ "steam" - "steam-original" "steam-run" + "steam-unwrapped" ]; games = { |