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