aboutsummaryrefslogtreecommitdiff
path: root/common/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/steam.nix')
-rw-r--r--common/steam.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/steam.nix b/common/steam.nix
deleted file mode 100644
index 05d2ca6..0000000
--- a/common/steam.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, lib, ... }:
-{
- nixpkgs.config.allowUnfreePredicate =
- pkg:
- builtins.elem (lib.getName pkg) [
- "steam"
- "steam-unwrapped"
- ];
-
- programs.steam.enable = true;
-}