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;
|
||||
networking.hostName = "wenar-nix";
|
||||
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [ nvidia-vaapi-driver ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue