move graphics packages to host
This commit is contained in:
parent
6d38d54da0
commit
7d89ab0653
@ -40,6 +40,7 @@
|
||||
mpv # Media Player
|
||||
pavucontrol # Audio control
|
||||
stremio # Media Streamer
|
||||
libva-utils # vainfo
|
||||
|
||||
# Apps
|
||||
firefox # Browser
|
||||
|
@ -18,12 +18,11 @@
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
vaapiIntel
|
||||
libvdpau-va-gl
|
||||
libva-utils
|
||||
];
|
||||
# extraPackages = with pkgs; [
|
||||
# intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
# vaapiIntel
|
||||
# libvdpau-va-gl
|
||||
# ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user