backwards: Enable hardware acceleration

This commit is contained in:
Alexander Heldt
2025-05-14 19:49:57 +02:00
parent 820d1a4372
commit 99c1658a2e

View File

@@ -24,12 +24,24 @@
pulse.enable = true;
};
hardware = {
graphics = {
enable = true;
extraPackages = [
pkgs.intel-media-driver
pkgs.libvdpau-va-gl
];
};
};
users.users.alex = {
isNormalUser = true;
description = "alex";
extraGroups = [
"networkmanager"
"wheel"
"video"
"render"
];
packages = [ ];
};