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"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
hardware.opengl = { hardware.graphics = {
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.xpadneo.enable = true; hardware.xpadneo.enable = true;