default: use upstream proton-ge & nvidia stuff

This commit is contained in:
notohh 2024-03-29 18:27:36 -04:00
parent 3b117a48b4
commit b5a833d59f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -41,7 +41,6 @@
};
};
};
security = {
rtkit.enable = true;
polkit.enable = true;
@ -55,7 +54,7 @@
steam = {
enable = true;
extraCompatPackages = [
inputs.nix-gaming.packages.${pkgs.system}.proton-ge
pkgs.proton-ge-bin
];
};
};
@ -65,7 +64,7 @@
nvidia = {
powerManagement.enable = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
opengl = {
enable = true;
@ -82,6 +81,6 @@
dconf
libvirt
qemu_kvm
jdk17
zulu8
];
}