Update _index.md: emphasize NixOS module requirement

This commit is contained in:
TheRealGramdalf 2024-06-19 18:51:14 +00:00 committed by GitHub
parent 9d82609c38
commit 3561b62aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ To install Hyprland on NixOS, we provide a NixOS and a Home Manager module.
{{< callout title=Note >}}
- _(Required) NixOS Module_: enables critical components needed to run Hyprland
- _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly
- _(Optional) Home-manager module_: lets you declaratively configure Hyprland
- _(Optional) Home-manager module_: lets you configure Hyprland declaratively through home-manager.
- _Note that this does_ not _install Hyprland; since it would require system-level changes such as adding a session file for your display manager. This is handled by the NixOS module once you enable it._
{{< /callout >}}