chore(mrmeeseeks): change OpenGL parameters regarding Nix evolution

This commit is contained in:
Yorick Barbanneau 2024-07-05 19:05:26 +02:00
parent cba8025da5
commit a5bd4f4c83

View file

@ -64,9 +64,8 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
hardware.opengl = {
driSupport = true;
driSupport32Bit = true;
hardware.graphics = {
enable32Bit = true;
};
hardware.bluetooth.enable = true;
hardware.xpadneo.enable = true;