default: remove nix-gaming steamCompat module
extraCompatPackages is in upstream nixpkgs
This commit is contained in:
parent
467beee87c
commit
c3298b1fd7
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue