aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/steam
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/steam')
-rw-r--r--system/services/steam/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix
index d2cc62a7..2efa54e2 100644
--- a/system/services/steam/default.nix
+++ b/system/services/steam/default.nix
@@ -3,9 +3,4 @@
programs.steam = {
enable = true;
};
- nixpkgs.config.allowUnfreePredicate = pkg:
- builtins.elem (lib.getName pkg) [
- "steam"
- "steam-original"
- ];
}