feat: add lact (gpu performance tool)
This commit is contained in:
parent
1c3310ef85
commit
91c411f17c
3 changed files with 10 additions and 1 deletions
8
modules/hardware/gpu-backend.nix
Normal file
8
modules/hardware/gpu-backend.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue