feat: abstract out gpu elements
This commit is contained in:
parent
7bc0a2c88b
commit
340c5d6f25
5 changed files with 24 additions and 6 deletions
8
profiles/hardware/gpu/intel.nix
Normal file
8
profiles/hardware/gpu/intel.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./common.nix ];
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue