Add mrmeeseeks configuration

This commit is contained in:
Yorick Barbanneau 2023-12-30 20:44:51 +01:00
parent bdbc0e7614
commit dab914c544
3 changed files with 32 additions and 2 deletions

View file

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