diff options
Diffstat (limited to 'jeschli/2configs/steam.nix')
-rw-r--r-- | jeschli/2configs/steam.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jeschli/2configs/steam.nix b/jeschli/2configs/steam.nix deleted file mode 100644 index 06a068a3f..000000000 --- a/jeschli/2configs/steam.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: - -{ - - nixpkgs.config.steam.java = true; - environment.systemPackages = with pkgs; [ - steam - ]; - hardware.opengl.driSupport32Bit = true; - - #ports for inhome streaming -} |