Update _index.md: emphasize NixOS module requirement

This commit is contained in:
TheRealGramdalf 2024-06-20 18:28:36 +00:00
parent 3561b62aca
commit 4a84ea73cd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ To install Hyprland on NixOS, we provide a NixOS and a Home Manager module.
- _**(Required)** NixOS Module_: enables critical components needed to run Hyprland
properly
- _(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._
- _This module configures Hyprland and adds it to your users' `$PATH`, but does not make certain system-level changes such as adding a desktop session file for your display manager. This is handled by the NixOS module once you enable it._
{{< /callout >}}