rename laptop

This commit is contained in:
Schrottkatze 2024-11-28 08:42:49 +01:00
commit 0646067843
No known key found for this signature in database
6 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
hardware.graphics = {
extraPackages = with pkgs; [
intel-ocl
intel-media-driver
intel-vaapi-driver
intel-compute-runtime
libvdpau-va-gl
mesa.drivers
];
};
}