rename laptop
This commit is contained in:
parent
0767bab5bd
commit
0646067843
6 changed files with 3 additions and 3 deletions
12
hosts/denkbrett/modules/graphics.nix
Normal file
12
hosts/denkbrett/modules/graphics.nix
Normal 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
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue