addedf vaapi
This commit is contained in:
parent
d607629fb2
commit
163ed59c76
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
networking.hostName = "wenar-nix";
|
networking.hostName = "wenar-nix";
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware = {
|
||||||
|
graphics.enable = true;
|
||||||
|
extraPackages = with pkgs; [ nvidia-vaapi-driver ];
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
xserver.videoDrivers = [ "nvidia" ];
|
xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
Loading…
Reference in a new issue