This commit is contained in:
Fabian Hauser 2024-06-26 13:55:47 +03:00
parent fd531d2f82
commit 9d53a24f77
5 changed files with 22 additions and 20 deletions

View file

@ -22,15 +22,16 @@
hardware = {
pulseaudio.enable = lib.mkForce false;
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver
libvdpau-va-gl
vaapiVdpau
];
};
acpilight.enable = true;
bluetooth = {