aboutsummaryrefslogtreecommitdiff
path: root/modules/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/steam.nix')
-rw-r--r--modules/steam.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/steam.nix b/modules/steam.nix
deleted file mode 100644
index 7d16052..0000000
--- a/modules/steam.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- config,
- lib,
- pkgs,
- ...
-}:
-{
- programs.steam = {
- extraCompatPackages = with pkgs; [ proton-ge-bin ];
- protontricks.enable = lib.mkDefault config.programs.steam.enable;
- };
-}