Added hardware acceleration for Intel devices in common.nix
This commit is contained in:
parent
6cc82b5391
commit
8bfa39bff8
1 changed files with 8 additions and 0 deletions
|
|
@ -74,4 +74,12 @@
|
|||
services.espanso.enable = true;
|
||||
# OpenSSH
|
||||
services.openssh.enable = true;
|
||||
# Hardware acceleration support
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
intel-vaapi-driver
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue