Update nvidiawayland.mdx (#10)

Fix error type.

Signed-off-by: Paulo Rodrigues <paulo@rodrigues.pw>

Signed-off-by: Paulo Rodrigues <paulo@rodrigues.pw>
i18n
Paulo Rodrigues 2 years ago committed by GitHub
parent e322e7d1b0
commit f3f84bc7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ MODULES=()
```
you want to add the modules in the parentheses, the module names are seperated by spaces, in the end the line should look like this:
```
MODLUES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
```
To save the file you have to press `CTRL+O` and to quit `CTRL+X`
Now you want to generate the initramfs:

Loading…
Cancel
Save