feat: add lact (gpu performance tool)

This commit is contained in:
Ranomier 2025-06-28 16:07:25 +02:00
parent 1c3310ef85
commit 91c411f17c
3 changed files with 10 additions and 1 deletions

View file

@ -1,8 +0,0 @@
{pkgs, ...}: {
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
libvdpau-va-gl
];
};
}