diff options
Diffstat (limited to '')
-rw-r--r-- | modules/games/steam.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/games/steam.nix b/modules/games/steam.nix index 5883b0e..23b4f14 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -16,6 +16,7 @@ in common.nix.allowedUnfreePackages = [ "steam" "steam-original" + "steam-run" ]; games = { |