From 67d30ccfe76f25f3dd414b7fef85e2fccf1fe037 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 10:59:17 +0200 Subject: [PATCH] enable steam (still bork) --- hosts/default/configuration.nix | 2 +- modules/games/steam.nix | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index e3204b9..8761f7a 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -194,7 +194,7 @@ }; modules = { - games.steam.enable = false; + games.steam.enable = true; websites = { enable = true; certMail = "acme@voorwaarts.nl"; diff --git a/modules/games/steam.nix b/modules/games/steam.nix index cc8d164..a6dbd18 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -11,20 +11,6 @@ gamescopeSession.enable = true; dedicatedServer.openFirewall = true; - package = pkgs.steam.override { - extraPkgs = pkgs: with pkgs; [ - xorg.libXcursor - xorg.libXi - xorg.libXinerama - xorg.libXScrnSaver - libpng - libpulseaudio - libvorbis - stdenv.cc.cc.lib - libkrb5 - keyutils - ]; - }; }; gamemode.enable = true;