mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
koishi: Fix iGPU video acceleration
This commit is contained in:
parent
16c2f912f8
commit
fd1512b440
2 changed files with 12 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
intel
|
||||
laptop
|
||||
networkmanager
|
||||
intel-gpu
|
||||
];
|
||||
};
|
||||
eeepc-1015pem = {
|
||||
|
|
|
|||
11
config/profiles/hardware/intel-gpu.nix
Normal file
11
config/profiles/hardware/intel-gpu.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }: {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue