mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: renamed and deprecated graphics options (2)
This commit is contained in:
parent
332921edd3
commit
f1cdd4ae98
@ -54,9 +54,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Enable VA-API for hardware transcoding
|
# Enable VA-API for hardware transcoding
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
|
||||||
extraPackages = [ pkgs.libva ];
|
extraPackages = [ pkgs.libva ];
|
||||||
};
|
};
|
||||||
environment.systemPackages = [ pkgs.libva-utils ];
|
environment.systemPackages = [ pkgs.libva-utils ];
|
||||||
|
Loading…
Reference in New Issue
Block a user