feat(system/tuxedo): add intel igpu drivers (vaapi, qsv)

This commit is contained in:
2025-05-30 01:59:43 +03:00
parent 20380d6123
commit 8a7822f0c3

View File

@@ -11,6 +11,12 @@
};
};
hardware.graphics.extraPackages = with pkgs; [
intel-media-driver
intel-compute-runtime
intel-media-sdk
];
virtualisation.docker.enable = true;
users.users.andrey.extraGroups = lib.mkAfter [ "docker" ];