diff --git a/crystal-linux/nvidiawayland.mdx b/crystal-linux/nvidiawayland.mdx index 3a55a4e..c6844df 100644 --- a/crystal-linux/nvidiawayland.mdx +++ b/crystal-linux/nvidiawayland.mdx @@ -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: