enable steam (still bork)

This commit is contained in:
Noa Aarts 2024-06-19 10:59:17 +02:00
parent a8dd858b02
commit 67d30ccfe7
2 changed files with 1 additions and 15 deletions

View file

@ -194,7 +194,7 @@
};
modules = {
games.steam.enable = false;
games.steam.enable = true;
websites = {
enable = true;
certMail = "acme@voorwaarts.nl";

View file

@ -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;