default: remove nix-gaming steamCompat module

extraCompatPackages is in upstream nixpkgs
This commit is contained in:
notohh 2024-03-11 06:51:27 -04:00
parent 467beee87c
commit c3298b1fd7
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,7 +5,6 @@
...
}: {
imports = [
inputs.nix-gaming.nixosModules.steamCompat
inputs.nix-gaming.nixosModules.pipewireLowLatency
./hardware.nix
./services
@ -66,7 +65,7 @@
nvidia = {
powerManagement.enable = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.production;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
opengl = {
enable = true;